ObjectReader
Public Types
| Name | |
|---|---|
| typedef ObjectReader | Self |
| typedef T | ObjectType |
Public Functions
| Name | |
|---|---|
| const std::vector< ObjectType > & | GetOutput() const |
| std::vector< ObjectType > & | GetOutput() |
| void | SetFileName(const char * fn) |
| void | SetFileName(const std::string & fn) |
| const std::string & | GetFileName() const |
| void | Read() |
| void | Update() |
| ObjectReader() | |
| virtual | ~ObjectReader() |
Detailed Description
template <class T >
class ObjectReader;
Public Types Documentation
typedef Self
typedef ObjectReader ObjectReader< T >::Self;
Standard class typedefs
typedef ObjectType
typedef T ObjectReader< T >::ObjectType;
Public Functions Documentation
function GetOutput
inline const std::vector< ObjectType > & GetOutput() const
Get the output of the reader. The output is a std::vector of TransformType.
function GetOutput
inline std::vector< ObjectType > & GetOutput()
function SetFileName
inline void SetFileName(
const char * fn
)
function SetFileName
inline void SetFileName(
const std::string & fn
)
function GetFileName
inline const std::string & GetFileName() const
function Read
inline void Read()
Read the file.
function Update
inline void Update()
function ObjectReader
inline ObjectReader()
function ~ObjectReader
inline virtual ~ObjectReader()
Updated on 2025-10-13 at 18:47:50 +0000