Skip to content

ObjectReader

More...

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

cpp template <class T > class ObjectReader;

Public Types Documentation

typedef Self

cpp typedef ObjectReader ObjectReader< T >::Self;

Standard class typedefs

typedef ObjectType

cpp typedef T ObjectReader< T >::ObjectType;

Public Functions Documentation

function GetOutput

cpp inline const std::vector< ObjectType > & GetOutput() const

Get the output of the reader. The output is a std::vector of TransformType.

function GetOutput

cpp inline std::vector< ObjectType > & GetOutput()

function SetFileName

cpp inline void SetFileName( const char * fn )

function SetFileName

cpp inline void SetFileName( const std::string & fn )

function GetFileName

cpp inline const std::string & GetFileName() const

function Read

cpp inline void Read()

Read the file.

function Update

cpp inline void Update()

function ObjectReader

cpp inline ObjectReader()

function ~ObjectReader

cpp inline virtual ~ObjectReader()


Updated on 2026-03-31 at 16:02:10 +0000