csModelDataVertices Class Reference
Document me!@. More...
#include <mdldata.h>
Inheritance diagram for csModelDataVertices:

Public Methods | |
| csModelDataVertices () | |
| constructor | |
| csModelDataVertices (const iModelDataVertices *orig1, const iModelDataVertices *orig2) | |
| concat constructor | |
| virtual | ~csModelDataVertices () |
| Destructor. | |
| void | CopyFrom (const iModelDataVertices *Other) |
| Add all data from another vertex frame to this one. | |
| virtual int | FindVertex (const csVector3 &v) const |
| Find a vertex. | |
| virtual int | FindNormal (const csVector3 &v) const |
| Find a normal. | |
| virtual int | FindColor (const csColor &v) const |
| Find a color. | |
| virtual int | FindTexel (const csVector2 &v) const |
| Find a texel. | |
| iModelDataVertices * | Clone () const |
| Clone this vertex frame. | |
Detailed Description
Document me!@.@
Definition at line 141 of file mdldata.h.
Constructor & Destructor Documentation
|
|
constructor
|
|
||||||||||||
|
concat constructor
|
|
|
Destructor.
|
Member Function Documentation
|
|
Clone this vertex frame.
Implements iModelDataVertices. |
|
|
Add all data from another vertex frame to this one.
Implements iModelDataVertices. |
|
|
Find a color.
Implements iModelDataVertices. |
|
|
Find a normal.
Implements iModelDataVertices. |
|
|
Find a texel.
Implements iModelDataVertices. |
|
|
Find a vertex.
Implements iModelDataVertices. |
The documentation for this class was generated from the following file:
- cstool/mdldata.h
Generated for Crystal Space by doxygen 1.2.18
