|
XLE
v0.02.0
|
Public Member Functions | |
| size_t | GetPrimitivesCount () const |
| auto | GetPrimitives (size_t index) const -> const GeometryPrimitives & |
| const DocScopeId & | GetId () const |
| Section | GetName () const |
| MeshGeometry (Formatter &formatter, DocumentScaffold &pub) | |
| MeshGeometry (MeshGeometry &&moveFrom) never_throws | |
| MeshGeometry & | operator= (MeshGeometry &&moveFrom) never_throws |
Protected Member Functions | |
| void | ParseMesh (Formatter &formatter, DocumentScaffold &pub) |
Protected Attributes | |
| std::vector< GeometryPrimitives > | _geoPrimitives |
| SubDoc | _extra |
| DocScopeId | _id |
| Section | _name |
1.8.10