Inheritance Graph
graph BT
TexCoordAttributeAccessor
TexCoordAttributeAccessor --> VertexAttributeAccessor
click TexCoordAttributeAccessor "classRendering_1_1TexCoordAttributeAccessor"
click VertexAttributeAccessor "classRendering_1_1VertexAttributeAccessor"
Description
TexCoordAttributeAccessor |> VertexAttributeAccessor Abstract accessor for texture coordinates.
Note: If someday something else than vec2f is used for storing texture coordinates, this has to be implemented using new subclasses!
Protected Functions
Public Static Functions
Public Functions
Documentation
function
Rendering::TexCoordAttributeAccessor::TexCoordAttributeAccessor
Defined in Rendering/Mesh/VertexAttributeAccessors.h:137
function
Rendering::TexCoordAttributeAccessor::create
(static factory) Create a TexCoordAttributeAccessor for the given MeshVertexData ‘s attribute having the given name. If no Accessor can be created, an std::invalid_argument exception is thrown.
Defined in Rendering/Mesh/VertexAttributeAccessors.h:144
function
Rendering::TexCoordAttributeAccessor::~TexCoordAttributeAccessor
Defined in Rendering/Mesh/VertexAttributeAccessors.h:146
function
Rendering::TexCoordAttributeAccessor::getCoordinate
Defined in Rendering/Mesh/VertexAttributeAccessors.h:148
function
Rendering::TexCoordAttributeAccessor::setCoordinate
Defined in Rendering/Mesh/VertexAttributeAccessors.h:154