Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

mitkNode Class Reference

mitkNode - a class that define NodeType used by mitkFastMarchingImageFilter More...

#include <mitkNode.h>

Inherits mitkObject.

Inheritance diagram for mitkNode:

Inheritance graph
[legend]
Collaboration diagram for mitkNode:

Collaboration graph
[legend]
List of all members.

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)
mitkNodeoperator= (const mitkNode &right)
 mitkNode (const mitkNode &node)

Detailed Description

mitkNode - a class that define NodeType used by mitkFastMarchingImageFilter

mitkNode defines several node types that represent the nodes' positions.


Constructor & Destructor Documentation

mitkNode::mitkNode const mitkNode node  )  [inline]
 

Constructor of this class

Parameters:
node The object according which to construct this class


Member Function Documentation

void mitkNode::GetIndex Index  index  )  const [inline]
 

Get the x, y, z coordinates of the node.

Returns:
index[0] Return the x coor of the node.

index[1] Return the y coor of the node.

index[2] Return the z coor of the node.

double mitkNode::GetValue  )  const [inline]
 

Get the pix value of the node.

Returns:
Return the pix value of the node.

bool mitkNode::operator< const mitkNode right  )  [inline]
 

Over load operator < for this class

Parameters:
right Represent the right side of the operator
Returns:
Return true if the left side < the right side, otherwize return false.

mitkNode& mitkNode::operator= const mitkNode right  )  [inline]
 

Over load operator = for this class

Parameters:
right Represent the right side of the operator
Returns:
Return an object equal to the right side.

bool mitkNode::operator> const mitkNode right  )  [inline]
 

Over load operator > for this class

Parameters:
right Represent the right side of the operator
Returns:
Return true if the left side > the right side, otherwize return false.

void mitkNode::SetIndex Index  index  )  [inline]
 

Set the x, y, z coordinates of the node.

Parameters:
index[0] Represent the x coor of the node.
index[1] Represent the y coor of the node.
index[2] Represent the z coor of the node.

void mitkNode::SetIndex int  x,
int  y,
int  z
[inline]
 

Set the x, y, z coordinates of the node.

Parameters:
x Represent the x coor of the node.
y Represent the y coor of the node.
z Represent the z coor of the node.

void mitkNode::SetValue double  value  )  [inline]
 

Set the pix value of the node.

Parameters:
value Represent the pix value of the node.


The documentation for this class was generated from the following file:
Generated on Tue Feb 25 15:04:11 2014 for MITK (Medical Imaging ToolKit) by  doxygen 1.4.3