#include <mitkNode.h>
Inherits mitkObject.
Inheritance diagram for mitkNode:
Public Member Functions | |
void | SetIndex (int x, int y, int z) |
void | SetIndex (Index index) |
void | GetIndex (Index index) const |
void | SetValue (double value) |
double | GetValue () const |
bool | operator> (const mitkNode &right) |
bool | operator< (const mitkNode &right) |
mitkNode & | operator= (const mitkNode &right) |
mitkNode (const mitkNode &node) |
mitkNode defines several node types that represent the nodes' positions.
|
Constructor of this class
|
|
Get the x, y, z coordinates of the node.
|
|
Get the pix value of the node.
|
|
Over load operator < for this class
|
|
Over load operator = for this class
|
|
Over load operator > for this class
|
|
Set the x, y, z coordinates of the node.
|
|
Set the x, y, z coordinates of the node.
|
|
Set the pix value of the node.
|