Panda3D
Public Member Functions
SortPlacementBySize Class Reference

List of all members.

Public Member Functions

bool operator() (TexturePlacement *a, TexturePlacement *b) const
 Compares two TexturePlacement objects and returns true if the first one is bigger than the second one, false otherwise.

Detailed Description

Definition at line 157 of file texturePlacement.h.


Member Function Documentation

bool SortPlacementBySize::operator() ( TexturePlacement a,
TexturePlacement b 
) const

Compares two TexturePlacement objects and returns true if the first one is bigger than the second one, false otherwise.

Definition at line 1231 of file texturePlacement.cxx.

References TexturePlacement::get_name(), TexturePlacement::get_x_size(), and TexturePlacement::get_y_size().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations