Home
last modified time | relevance | path

Searched defs:getFaceIndices (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcGeom/
H A DIPolyMesh.h66 Abc::Int32ArraySamplePtr getFaceIndices() const { return m_indices; } in getFaceIndices() function
H A DOPolyMesh.h98 const Abc::Int32ArraySample &getFaceIndices() const { return m_indices; } in getFaceIndices() function
H A DISubD.h68 Abc::Int32ArraySamplePtr getFaceIndices() const { return m_faceIndices; } in getFaceIndices() function
H A DOSubD.h114 const Abc::Int32ArraySample &getFaceIndices() const { return m_faceIndices; } in getFaceIndices() function
/dports/graphics/Coin/coin-Coin-4.0.0/src/misc/
H A DSoGlyph.cpp204 SoGlyph::getFaceIndices(void) const in getFaceIndices() function in SoGlyph
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DBrushFace.cpp574 void BrushFace::getFaceIndices(Renderer::TexturedIndexArrayBuilder& builder) const { in getFaceIndices() function in TrenchBroom::Model::BrushFace