ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Static Protected Attributes
itk::QuadrilateralCellTopology Class Reference

#include <itkQuadrilateralCellTopology.h>

+ Inheritance diagram for itk::QuadrilateralCellTopology:

List of all members.

Public Member Functions

 QuadrilateralCellTopology ()
virtual ~QuadrilateralCellTopology ()

Static Protected Attributes

static const int m_Edges [4][2]

Detailed Description

Holds data defining the topological connections of the vertices and edges of a QuadrilateralCell.

This class is used to localize static variables out of .hxx files. This prevents multiple definition of static variables.

Definition at line 36 of file itkQuadrilateralCellTopology.h.


Constructor & Destructor Documentation

itk::QuadrilateralCellTopology::QuadrilateralCellTopology ( )
virtual itk::QuadrilateralCellTopology::~QuadrilateralCellTopology ( )
virtual

Member Data Documentation

const int itk::QuadrilateralCellTopology::m_Edges[4][2]
staticprotected

Quadrilateral topology data.

Definition at line 43 of file itkQuadrilateralCellTopology.h.


The documentation for this class was generated from the following file: