![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <xoutmain.h>
The main xout class
Definition at line 37 of file xoutmain.h.
Additional Inherited Members | |
![]() | |
using | CStreamMapEntryType = CStreamMapType::value_type |
using | CStreamMapType = std::map< std::string, std::ostream * > |
using | Self = xoutbase |
using | XStreamMapEntryType = XStreamMapType::value_type |
using | XStreamMapType = std::map< std::string, Self * > |
![]() | |
virtual int | AddOutput (const char *name, Self *output) |
virtual int | AddOutput (const char *name, std::ostream *output) |
virtual int | AddTargetCell (const char *name, Self *cell) |
virtual int | AddTargetCell (const char *name, std::ostream *cell) |
virtual const CStreamMapType & | GetCOutputs () |
virtual const XStreamMapType & | GetXOutputs () |
template<class T > | |
Self & | operator<< (const T &_arg) |
Self & | operator<< (std::ios &(*pf)(std::ios &)) |
Self & | operator<< (std::ios_base &(*pf)(std::ios_base &)) |
Self & | operator<< (std::ostream &(*pf)(std::ostream &)) |
Self & | operator[] (const char *cellname) |
virtual int | RemoveOutput (const char *name) |
virtual int | RemoveTargetCell (const char *name) |
virtual void | SetOutputs (const CStreamMapType &outputmap) |
virtual void | SetOutputs (const XStreamMapType &outputmap) |
virtual void | WriteBufferedData () |
virtual | ~xoutbase ()=0 |
![]() | |
void | SetCTargetCells (const CStreamMapType &cellmap) |
virtual void | SetXTargetCells (const XStreamMapType &cellmap) |
xoutbase ()=default | |
![]() | |
CStreamMapType | m_COutputs |
CStreamMapType | m_CTargetCells |
XStreamMapType | m_XOutputs |
XStreamMapType | m_XTargetCells |
Generated on 2023-01-13
for elastix by ![]() |
![]() |