![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
#include <typedmesh.h>
Inheritance diagram for inviwo::buffertraits::TexcoordBuffer< DIMS >:Public Types | |
| using | Base = TypedMeshBufferBase< float, DIMS, static_cast< int >(BufferType::TexcoordAttrib)> |
Public Types inherited from inviwo::buffertraits::TypedMeshBufferBase< float, DIMS, static_cast< int >(BufferType::TexcoordAttrib)> | |
| using | type = Vector< DIM, float > |
Public Member Functions | |
| std::shared_ptr< const Buffer< typename Base::type > > | getTexCoords () const |
| std::shared_ptr< Buffer< typename Base::type > > | getEditableTexCoords () |
| void | setVertexTexCoord (size_t index, typename Base::type texCoord) |
Public Member Functions inherited from inviwo::buffertraits::TypedMeshBufferBase< float, DIMS, static_cast< int >(BufferType::TexcoordAttrib)> | |
| TypedMeshBufferBase (Mesh &mesh) | |
| auto | getTypedRAMRepresentation () const |
| auto | getTypedEditableRAMRepresentation () |
| auto & | getTypedDataContainer () const |
| auto & | getTypedDataContainer () |
Additional Inherited Members | |
Static Public Member Functions inherited from inviwo::buffertraits::TypedMeshBufferBase< float, DIMS, static_cast< int >(BufferType::TexcoordAttrib)> | |
| static inviwo::Mesh::BufferInfo | bi () |
Public Attributes inherited from inviwo::buffertraits::TypedMeshBufferBase< float, DIMS, static_cast< int >(BufferType::TexcoordAttrib)> | |
| std::shared_ptr< Buffer< type > > | buffer_ |
BufferTrait for Texture Coordinate buffers