![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
#include <inviwo/core/datastructures/geometry/typedmesh.h>
Public Types | |
| using | Base = TypedMeshBufferBase<uint32_t, 1, static_cast<int>(BufferType::PickingAttrib)> |
| Public Types inherited from inviwo::buffertraits::TypedMeshBufferBase< uint32_t, 1, static_cast< int >(BufferType::PickingAttrib)> | |
| using | type |
Public Member Functions | |
| std::shared_ptr< Buffer< Base::type > > | getEditablePicking () |
| std::shared_ptr< const Buffer< Base::type > > | getPicking () const |
| void | setVertexPicking (size_t index, uint32_t id) |
| Public Member Functions inherited from inviwo::buffertraits::TypedMeshBufferBase< uint32_t, 1, static_cast< int >(BufferType::PickingAttrib)> | |
| auto & | getTypedDataContainer () |
| auto & | getTypedDataContainer () const |
| auto | getTypedEditableRAMRepresentation () |
| auto | getTypedRAMRepresentation () const |
| TypedMeshBufferBase (Mesh &mesh) | |
Additional Inherited Members | |
| Static Public Member Functions inherited from inviwo::buffertraits::TypedMeshBufferBase< uint32_t, 1, static_cast< int >(BufferType::PickingAttrib)> | |
| static Mesh::BufferInfo | bi () |
| Public Attributes inherited from inviwo::buffertraits::TypedMeshBufferBase< uint32_t, 1, static_cast< int >(BufferType::PickingAttrib)> | |
| std::shared_ptr< Buffer< type > > | buffer_ |
BufferTrait for picking buffers (uint32)