Vivid
Loading...
Searching...
No Matches
Vivid::Shape Class Reference
Inheritance diagram for Vivid::Shape:
[legend]

Public Member Functions

Vector< Vertex > & GetPositions ()
 
Vector< unsigned int > & GetIndices ()
 
size_t GetPositionsSize ()
 
size_t GetIndicesSize ()
 

Protected Attributes

Vector< Vertexm_Pos
 
Vector< unsigned int > m_Ind
 

Detailed Description

Definition at line 8 of file Shape.h.

Member Function Documentation

◆ GetIndices()

Vector< unsigned int > & Vivid::Shape::GetIndices ( )
inline

Definition at line 19 of file Shape.h.

◆ GetIndicesSize()

size_t Vivid::Shape::GetIndicesSize ( )
inline

Definition at line 23 of file Shape.h.

◆ GetPositions()

Vector< Vertex > & Vivid::Shape::GetPositions ( )
inline

Definition at line 17 of file Shape.h.

◆ GetPositionsSize()

size_t Vivid::Shape::GetPositionsSize ( )
inline

Definition at line 21 of file Shape.h.

Member Data Documentation

◆ m_Ind

Vector<unsigned int> Vivid::Shape::m_Ind
protected

Definition at line 12 of file Shape.h.

◆ m_Pos

Vector<Vertex> Vivid::Shape::m_Pos
protected

Definition at line 11 of file Shape.h.


The documentation for this class was generated from the following file: