Public Member Functions |
|
virtual TypeHandle | force_init_type () |
|
virtual TypeHandle | get_type () const |
| PTA_float | get_value (int index) const |
| | Returns the mapping value associated with the given index, or an empty PTA_float if there is no mapping value associated.
|
| bool | has_value (int index) const |
| | Returns true if the map has a value associated with the given index, false otherwise.
|
| virtual bool | read_iff (IffInputFile *in, size_t stop_at) |
| | Reads the data of the chunk in from the given input file, if possible.
|
|
virtual void | write (ostream &out, int indent_level=0) const |
Static Public Member Functions |
|
static TypeHandle | get_class_type () |
| static void | init_type () |
| | This function is declared non-inline to work around a compiler bug in g++ 2.96.
|
Public Attributes |
|
int | _dimension |
|
IffId | _map_type |
|
string | _name |
A mapping of floating-point values per integer index.
The meaning of these values is determined by the mapping type code and/or its name.
Definition at line 30 of file lwoVertexMap.h.
| bool LwoVertexMap::read_iff |
( |
IffInputFile * |
in, |
|
|
size_t |
stop_at |
|
) |
| [virtual] |