Assimp  v4.1. (December 2018)
Assimp::FBX::LineGeometry Class Reference

DOM class for FBX geometry of type "Line". More...

Inherits Assimp::FBX::Geometry.

Public Member Functions

const std::vector< int > & GetIndices () const
 Return list of vertex indices. More...
 
const std::vector< aiVector3D > & GetVertices () const
 Get a list of all vertex points, non-unique. More...
 
 LineGeometry (uint64_t id, const Element &element, const std::string &name, const Document &doc)
 The class constructor. More...
 
virtual ~LineGeometry ()
 The class destructor. More...
 
- Public Member Functions inherited from Assimp::FBX::Geometry
const SkinDeformerSkin () const
 Get the Skin attached to this geometry or NULL. More...
 
 Geometry (uint64_t id, const Element &element, const std::string &name, const Document &doc)
 
const std::vector< const BlendShape * > & GetBlendShapes () const
 Get the BlendShape attached to this geometry or NULL. More...
 
virtual ~Geometry ()
 
- Public Member Functions inherited from Assimp::FBX::Object
uint64_t ID () const
 
const std::string & Name () const
 
 Object (uint64_t id, const Element &element, const std::string &name)
 
const ElementSourceElement () const
 
virtual ~Object ()
 

Additional Inherited Members

- Protected Attributes inherited from Assimp::FBX::Object
const Elementelement
 
const uint64_t id
 
const std::string name
 

Detailed Description

DOM class for FBX geometry of type "Line".

Constructor & Destructor Documentation

◆ LineGeometry()

Assimp::FBX::LineGeometry::LineGeometry ( uint64_t  id,
const Element element,
const std::string &  name,
const Document doc 
)

The class constructor.

◆ ~LineGeometry()

Assimp::FBX::LineGeometry::~LineGeometry ( )
virtual

The class destructor.

Member Function Documentation

◆ GetIndices()

const std::vector< int > & Assimp::FBX::LineGeometry::GetIndices ( ) const

Return list of vertex indices.

◆ GetVertices()

const std::vector< aiVector3D > & Assimp::FBX::LineGeometry::GetVertices ( ) const

Get a list of all vertex points, non-unique.


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