WARPXM v1.10.0
|
HDF5 specific i/o node wrapper. More...
#include <wxhdf5iotmpl.h>
HDF5 specific i/o node wrapper.
Public Member Functions | |
WxHdf5NodeTypev (hid_t node=0, WxHdf5NodeTypev *parent=0) | |
The constructor. | |
virtual | ~WxHdf5NodeTypev () |
Destructor. | |
void | setNodeType (unsigned type) |
Sets the type of this node. | |
bool | operator== (const WxIoNodeTypev &v) |
Comparison operator. | |
Public Member Functions inherited from WxIoNodeTypev | |
virtual | ~WxIoNodeTypev () |
Destructor. | |
virtual bool | operator== (const WxIoNodeTypev &v)=0 |
A comparison operator. | |
Public Attributes | |
hid_t | node |
This node's node number. | |
WxHdf5NodeTypev * | parent |
This node's parent node. | |
std::vector< WxHdf5NodeTypev * > | children |
This node's list of children. | |
int | nodeType |
This node's type. | |
|
inline |
The constructor.
node | the node number of this node |
parent | the parent of this node |
|
virtual |
Destructor.
|
inlinevirtual |
Comparison operator.
v | the node to which we are comparing ourself |
Implements WxIoNodeTypev.
|
inline |
Sets the type of this node.
the | type of this node |
std::vector<WxHdf5NodeTypev*> WxHdf5NodeTypev::children |
This node's list of children.
hid_t WxHdf5NodeTypev::node |
This node's node number.
int WxHdf5NodeTypev::nodeType |
This node's type.
WxHdf5NodeTypev* WxHdf5NodeTypev::parent |
This node's parent node.