![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Types | |
| using | ContextId = void* |
Public Member Functions | |
| virtual MeshGL * | clone () const override |
| void | disable () const |
| bool | empty () const |
| void | enable () const |
| const BufferGL * | getBufferGL (size_t idx=0) const |
| const Mesh::MeshInfo & | getDefaultMeshInfo () const |
| const BufferGL * | getIndexBuffer (size_t idx=0) const |
| size_t | getIndexBufferCount () const |
| const Mesh::MeshInfo & | getMeshInfoForIndexBuffer (size_t idx=0) const |
| virtual std::type_index | getTypeIndex () const override final |
| virtual bool | isValid () const override |
| MeshGL (const MeshGL &rhs) | |
| MeshGL & | operator= (const MeshGL &that) |
| size_t | size () const |
| virtual void | update (bool editable) override |
| Public Member Functions inherited from inviwo::MeshRepresentation | |
| virtual const Mesh * | getOwner () const override |
| virtual Mesh * | getOwner () override |
| MeshRepresentation (const MeshRepresentation &rhs)=default | |
| MeshRepresentation & | operator= (const MeshRepresentation &that)=default |
| virtual void | setOwner (Mesh *) override |
Additional Inherited Members | |
| Protected Member Functions inherited from inviwo::DataGroupRepresentation< Mesh > | |
| DataGroupRepresentation & | operator= (const DataGroupRepresentation &that)=default |
| Protected Attributes inherited from inviwo::MeshRepresentation | |
| Mesh * | owner_ |
|
overridevirtual |
Implements inviwo::MeshRepresentation.
|
finaloverridevirtual |
Implements inviwo::MeshRepresentation.
|
overridevirtual |
Implements inviwo::MeshRepresentation.
|
overridevirtual |
Implements inviwo::MeshRepresentation.