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

CodeCluster Class Reference

cluster of conected voxels having same "code" value More...

#include <VoxelCoding.hpp>

Collaboration diagram for CodeCluster:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void GetSuccessors (vector< CodeCluster * > &successors)
 get neighboring clusters that have a lower code value
void FindMedialPoints (const LabelImage3D &bsCode)
 compute points in cluster that have maximal bsCode
Vect3Di MedialPoint (const Vect3Df &ref=Vect3Di(0, 0, 0))
 Get point in cluster that has maximal bsCode and is closest to ref point.
void FindNeighbors (Container3D< CodeCluster * > &clustersIma)
 determines neighboring clusters, using a position to cluster map

Public Attributes

int value
 code value of all voxels of this cluster
Vect3Df center
 geometric center of points in cluster
vector< CodeCluster * > neighbors
 neighboring clusters
vector< Vect3Dipoints
 all points of this cluster
name flags describing cluster
type bool 
isLM
bool isMerging
bool isDividing
bool isBranching
int stop
 user flag
vector< Vect3DimedialPoints
 points in cluster that have maximal bsCode

Private Member Functions

 CodeCluster (int _value)
void Init ()
void FindType ()

Friends

class SkeletonExtraction

Detailed Description

cluster of conected voxels having same "code" value

Definition at line 125 of file VoxelCoding.hpp.


The documentation for this class was generated from the following file:
Generated on Fri Jun 17 13:36:18 2005 for ImLib3D by  doxygen 1.4.2