Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::SimplexMesh< TPixelType, VDimension, TMeshTraits > Class Template Reference

The class represents a 2-simplex mesh. More...

#include <itkSimplexMesh.h>

Inheritance diagram for itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >:

Inheritance graph
[legend]
Collaboration diagram for itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef SimplexMesh Self
typedef Mesh< TPixelType,
VDimension, TMeshTraits > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef SimplexMeshGeometry::IndexArray IndexArray
typedef std::set< unsigned
long > 
NeighborSetType
typedef NeighborSetType::iterator NeighborSetIterator
typedef std::vector< unsigned
long > 
NeighborListType
typedef TMeshTraits::PointType PointType
typedef TMeshTraits::PointIdentifier PointIdentifier
typedef PointType::VectorType VectorType
typedef Superclass::CellType CellType
typedef CellType::CellAutoPointer CellAutoPointer
typedef itk::LineCell< CellTypeLineType
typedef itk::MapContainer<
unsigned long, SimplexMeshGeometry * > 
GeometryMapType
typedef GeometryMapType::Pointer GeometryMapPointer
typedef GeometryMapType::Iterator GeometryMapIterator
typedef TMeshTraits MeshTraits
typedef MeshTraits::PixelType PixelType
typedef MeshTraits::PointsContainer PointsContainer
typedef Superclass::PointsContainerPointer PointsContainerPointer
typedef Superclass::PointsContainer::Iterator PointsContainerIterator
typedef Superclass::PointsContainerConstIterator PointsContainerConstIterator
typedef Superclass::CellsContainerPointer CellsContainerPointer
typedef Superclass::CellsContainerIterator CellsContainerIterator

Public Member Functions

virtual const char * GetNameOfClass () const
virtual void SetGeometryData (GeometryMapPointer _arg)
virtual const GeometryMapPointerGetGeometryData ()
virtual void SetLastCellId (unsigned long _arg)
virtual unsigned long GetLastCellId ()
virtual void CopyInformation (const DataObject *data)
unsigned long AddEdge (unsigned long startPointId, unsigned long endPointId)
unsigned long AddFace (CellAutoPointer &cellPointer)
unsigned long ReplaceFace (unsigned long replaceIndex, CellAutoPointer &cellPointer)
IndexArray GetNeighbors (unsigned long pointId) const
NeighborListTypeGetNeighbors (unsigned long pointId, unsigned int radius, NeighborListType *list=NULL) const
void AddNeighbor (unsigned long pointId, unsigned long neighborId)
void ReplaceNeighbor (unsigned long pointId, unsigned long oldNeighborId, unsigned long newNeighborIdx)
void SwapNeighbors (unsigned long pointId, unsigned long firstNeighborId, unsigned long secondNeighborId)
void SetGeometryData (unsigned long pointId, SimplexMeshGeometry *)
void SetBarycentricCoordinates (unsigned long idx, PointType values)
PointType GetBarycentricCoordinates (unsigned long idx) const
void SetReferenceMetrics (unsigned long idx, PointType values)
PointType GetReferenceMetrics (unsigned long idx) const
void SetPhi (unsigned long idx, double values)
double GetPhi (unsigned long idx) const
void SetMeanCurvature (unsigned long idx, double values)
double GetMeanCurvature (unsigned long idx) const
void SetRadius (unsigned long idx, double values)
double GetRadius (unsigned long idx) const
void SetDistance (unsigned long idx, double values)
double GetDistance (unsigned long idx) const
PointType ComputeNormal (unsigned long idx) const

Static Public Member Functions

Pointer New ()

Protected Member Functions

 SimplexMesh ()
virtual ~SimplexMesh ()
void PrintSelf (std::ostream &os, Indent indent) const

Protected Attributes

GeometryMapPointer m_GeometryData
unsigned long m_LastCellId

Detailed Description

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
class itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >

The class represents a 2-simplex mesh.

A simplex mesh can be used for deformable model segmentation of 3D image data. To create a simplex mesh one needs a triangle mesh, which can be converted to using the class itkTriangleMeshToSimplexMeshFilter. The back filtering (from simplex to trinagle mesh)is done through a itkSimplexMeshToTriangleMeshFilter.

Author:
Thomas Boettger. Division Medical and Biological Informatics, German Cancer Research Center, Heidelberg.

Definition at line 53 of file itkSimplexMesh.h.


Member Typedef Documentation

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef CellType::CellAutoPointer itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::CellAutoPointer
 

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

Definition at line 93 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef Superclass::CellsContainerIterator itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::CellsContainerIterator
 

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

Definition at line 122 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef Superclass::CellsContainerPointer itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::CellsContainerPointer
 

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

Definition at line 121 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef Superclass::CellType itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::CellType
 

The base cell type for cells in this mesh.

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

Definition at line 90 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef SmartPointer<const Self> itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::ConstPointer
 

Standard typedefs.

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

Definition at line 66 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef GeometryMapType::Iterator itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::GeometryMapIterator
 

iterator definition for iterating over a geometry map

Definition at line 105 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef GeometryMapType::Pointer itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::GeometryMapPointer
 

smartpointer def for the geometry map

Definition at line 102 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef itk::MapContainer<unsigned long, SimplexMeshGeometry *> itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::GeometryMapType
 

map containing a SimplexMeshGeometry data object for each mesh point

Definition at line 99 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef SimplexMeshGeometry::IndexArray itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::IndexArray
 

definition for array of indices

Definition at line 69 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef itk::LineCell<CellType> itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::LineType
 

Definition at line 96 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef TMeshTraits itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::MeshTraits
 

Hold on to the type information specified by the template parameters.

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

Definition at line 115 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef std::vector<unsigned long> itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::NeighborListType
 

Definition at line 78 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef NeighborSetType::iterator itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::NeighborSetIterator
 

Definition at line 75 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef std::set<unsigned long> itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::NeighborSetType
 

definition for a set of neighbor indices

Definition at line 72 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef MeshTraits::PixelType itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::PixelType
 

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

Definition at line 116 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef SmartPointer<Self> itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::Pointer
 

Standard typedefs.

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

Definition at line 63 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef TMeshTraits::PointIdentifier itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::PointIdentifier
 

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

Definition at line 84 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef MeshTraits::PointsContainer itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::PointsContainer
 

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

Definition at line 117 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef Superclass::PointsContainerConstIterator itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::PointsContainerConstIterator
 

Create types that are iterators for each of the container types.

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

Definition at line 120 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef Superclass::PointsContainer::Iterator itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::PointsContainerIterator
 

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

Definition at line 119 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef Superclass::PointsContainerPointer itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::PointsContainerPointer
 

Create types that are pointers to each of the container types.

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

Definition at line 118 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef TMeshTraits::PointType itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::PointType
 

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

Definition at line 81 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef SimplexMesh itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::Self
 

Standard typedefs.

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

Definition at line 57 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef Mesh<TPixelType, VDimension, TMeshTraits> itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::Superclass
 

Standard typedefs.

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

Definition at line 60 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
typedef PointType::VectorType itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::VectorType
 

Definition at line 87 of file itkSimplexMesh.h.


Constructor & Destructor Documentation

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::SimplexMesh  )  [protected]
 

Constructor for use by New() method.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
virtual itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::~SimplexMesh  )  [protected, virtual]
 

Constructor for use by New() method.


Member Function Documentation

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
unsigned long itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::AddEdge unsigned long  startPointId,
unsigned long  endPointId
 

Add a new edge to the simplex mesh by specifying the ids of the start and end point of the edge Note: This can destroy the simplex mesh structure! Better use the simplex mesh modification or creation filters

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
unsigned long itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::AddFace CellAutoPointer cellPointer  ) 
 

Add a new simplex mesh cell to the mesh by passing an AutoPointer of a previously created simplex mesh cell

Note: This can destroy the simplex mesh structure! You should use the simplex mesh modification or creation filters.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
void itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::AddNeighbor unsigned long  pointId,
unsigned long  neighborId
 

Add a neighbor to a point. Note: This can destroy the simplex mesh topology! Better use te simplex mesh creation filters.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
PointType itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::ComputeNormal unsigned long  idx  )  const
 

compute the normal vector in the specified mesh point

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
virtual void itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::CopyInformation const DataObject data  )  [virtual]
 

copy all necessary information from passed object to the mesh

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
PointType itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::GetBarycentricCoordinates unsigned long  idx  )  const
 

Set the barycentric coordinates for a specified point

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
double itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::GetDistance unsigned long  idx  )  const
 

Get the distance to the foot point for the specified point

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
virtual const GeometryMapPointer& itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::GetGeometryData  )  [virtual]
 

returns the current map of geometrydata

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
virtual unsigned long itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::GetLastCellId  )  [virtual]
 

Set the id value valid for new cells

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
double itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::GetMeanCurvature unsigned long  idx  )  const
 

Get the mean curvature for the specified point

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
virtual const char* itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::GetNameOfClass  )  const [virtual]
 

Standard part of every itk Object.

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
NeighborListType* itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::GetNeighbors unsigned long  pointId,
unsigned int  radius,
NeighborListType list = NULL
const
 

Get all neighbor points with a specified radius

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
IndexArray itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::GetNeighbors unsigned long  pointId  )  const
 

Get the three direct neighbors of a point

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
double itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::GetPhi unsigned long  idx  )  const
 

Get the simplex angle for the specified point

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
double itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::GetRadius unsigned long  idx  )  const
 

Get the circum circles radius for the specified point

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
PointType itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::GetReferenceMetrics unsigned long  idx  )  const
 

Return the reference metrics for the specified point

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
Pointer itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
void itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::PrintSelf std::ostream &  os,
Indent  indent
const [protected, virtual]
 

Constructor for use by New() method.

Reimplemented from itk::Mesh< TPixelType, VDimension, TMeshTraits >.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
unsigned long itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::ReplaceFace unsigned long  replaceIndex,
CellAutoPointer cellPointer
 

Replaces the cell specified by replaceIndex with the new cell passed by its AutoPopinter

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
void itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::ReplaceNeighbor unsigned long  pointId,
unsigned long  oldNeighborId,
unsigned long  newNeighborIdx
 

Replace a neighbor of a specific point by a new one

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
void itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::SetBarycentricCoordinates unsigned long  idx,
PointType  values
 

Set the geometry data for a specified point

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
void itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::SetDistance unsigned long  idx,
double  values
 

Set the distance to the foot point for the specified point

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
void itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::SetGeometryData unsigned long  pointId,
SimplexMeshGeometry
 

Set the geometry data for a specified point

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
virtual void itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::SetGeometryData GeometryMapPointer  _arg  )  [virtual]
 

set the map of geometrydata to the new pointer

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
virtual void itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::SetLastCellId unsigned long  _arg  )  [virtual]
 

Get the first free id for new cells

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
void itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::SetMeanCurvature unsigned long  idx,
double  values
 

Set the mean curvature for the specified point

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
void itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::SetPhi unsigned long  idx,
double  values
 

Set the simplex angle for the specified point

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
void itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::SetRadius unsigned long  idx,
double  values
 

Set the circum circles radius for the specified point

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
void itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::SetReferenceMetrics unsigned long  idx,
PointType  values
 

Set the reference metrics for a specified point

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
void itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::SwapNeighbors unsigned long  pointId,
unsigned long  firstNeighborId,
unsigned long  secondNeighborId
 

Swap the order of two neighbors


Member Data Documentation

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
GeometryMapPointer itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::m_GeometryData [protected]
 

The map stores a SimplexMeshGeometry object for each mesh point

Definition at line 272 of file itkSimplexMesh.h.

template<typename TPixelType, unsigned int VDimension = 3, typename TMeshTraits = DefaultStaticMeshTraits< TPixelType , VDimension, VDimension, TPixelType , TPixelType , TPixelType >>
unsigned long itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >::m_LastCellId [protected]
 

The last cell id is the index which is used for insertion of new cells. It increases during mesh creation. This is done because one cannot rely on the size of the map or the highest index when cells are removed.

Definition at line 281 of file itkSimplexMesh.h.


The documentation for this class was generated from the following file:
Generated at Thu May 25 02:21:44 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000