KSquare Utilities
KKB::XmlElementArrayFloat2D Class Reference

#include <XmlStream.h>

+ Inheritance diagram for KKB::XmlElementArrayFloat2D:

Public Member Functions

 XmlElementArrayFloat2D (XmlTagPtr tag, XmlStream &s, VolConstBool &cancelFlag, RunLog &log)
 
virtual ~XmlElementArrayFloat2D ()
 
kkuint32 Height () const
 
float ** TakeOwnership ()
 
float ** Value () const
 
kkuint32 Width () const
 
- Public Member Functions inherited from KKB::XmlElement
 XmlElement (const KKStr &sectionName, XmlTag::TagTypes tagType)
 
 XmlElement (XmlTagPtr _nameTag, XmlStream &s, RunLog &log)
 
virtual ~XmlElement ()
 
KKStrConstPtr AttributeValue (const char *attributeName)
 
KKStrConstPtr AttributeValue (const KKStr &attributeName)
 
XmlTagConstPtr NameTag () const
 
KKStr NameTagStr () const
 
virtual const KKStrSectionName () const
 
virtual bool ToBool () const
 
virtual double ToDouble () const
 
virtual float ToFloat () const
 
virtual kkint32 ToInt32 () const
 
virtual TokenTypes TokenType ()
 
virtual KKStr ToKKStr () const
 
virtual const KKStrVarName () const
 
- Public Member Functions inherited from KKB::XmlToken
 XmlToken ()
 
virtual ~XmlToken ()
 

Static Public Member Functions

static void WriteXML (kkuint32 height, kkuint32 width, float **const mat, const KKStr &varName, std::ostream &o)
 

Additional Inherited Members

- Public Types inherited from KKB::XmlElement
typedef XmlElementXmlElementPtr
 
- Public Types inherited from KKB::XmlToken
enum  TokenTypes { TokenTypes::tokNULL, TokenTypes::tokElement, TokenTypes::tokContent }
 
typedef XmlTokenXmlTokenPtr
 

Detailed Description

Definition at line 922 of file XmlStream.h.

Constructor & Destructor Documentation

XmlElementArrayFloat2D::XmlElementArrayFloat2D ( XmlTagPtr  tag,
XmlStream s,
VolConstBool cancelFlag,
RunLog log 
)

Definition at line 1862 of file XmlStream.cpp.

XmlElementArrayFloat2D::~XmlElementArrayFloat2D ( )
virtual

Definition at line 1862 of file XmlStream.cpp.

Member Function Documentation

kkuint32 KKB::XmlElementArrayFloat2D::Height ( ) const
inline

Definition at line 922 of file XmlStream.h.

float ** XmlElementArrayFloat2D::TakeOwnership ( )

Definition at line 1862 of file XmlStream.cpp.

float** KKB::XmlElementArrayFloat2D::Value ( ) const
inline

Definition at line 922 of file XmlStream.h.

kkuint32 KKB::XmlElementArrayFloat2D::Width ( ) const
inline

Definition at line 922 of file XmlStream.h.

void XmlElementArrayFloat2D::WriteXML ( kkuint32  height,
kkuint32  width,
float **const  mat,
const KKStr varName,
std::ostream &  o 
)
static

Definition at line 1862 of file XmlStream.cpp.


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