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

itk::fem::ReadInfoType Class Reference

Helper class for storing additional information that is required when reading FEM objects from stream. More...

#include <itkFEMElementBase.h>

Collaboration diagram for itk::fem::ReadInfoType:

Collaboration graph
[legend]

List of all members.

Public Types

typedef
Element::ArrayType::ConstPointer 
ElementArrayPointer
typedef
Material::ArrayType::ConstPointer 
MaterialArrayPointer
typedef
Node::ArrayType::ConstPointer 
NodeArrayPointer

Public Member Functions

 ReadInfoType (NodeArrayPointer node_, ElementArrayPointer el_, MaterialArrayPointer mat_)

Public Attributes

ElementArrayPointer m_el
MaterialArrayPointer m_mat
NodeArrayPointer m_node


Detailed Description

Helper class for storing additional information that is required when reading FEM objects from stream.

When an element is to be read from the input stream, we must provide pointers to the array of nodes and materials. When reading load objects we also need pointer to the array of elements. Construct object of this class and pass a pointer to it when calling Read virtual member function for any type of fem classes.

Definition at line 698 of file itkFEMElementBase.h.


Member Typedef Documentation

Definition at line 703 of file itkFEMElementBase.h.

Definition at line 704 of file itkFEMElementBase.h.

Definition at line 702 of file itkFEMElementBase.h.


Constructor & Destructor Documentation

itk::fem::ReadInfoType::ReadInfoType ( NodeArrayPointer  node_,
ElementArrayPointer  el_,
MaterialArrayPointer  mat_ 
) [inline]

Constructor for simple object creation.

Definition at line 716 of file itkFEMElementBase.h.


Member Data Documentation

Pointer to an array of elements

Definition at line 710 of file itkFEMElementBase.h.

Pointer to an array of materials.

Definition at line 713 of file itkFEMElementBase.h.

Pointer to an array of nodes.

Definition at line 707 of file itkFEMElementBase.h.


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

Generated at Tue Sep 15 15:28:54 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000