SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
MeshTypes.h File Reference

Forward declarations of Mesh get_type_description. More...

Go to the source code of this file.

Namespaces

 SCIRun
 STL datatypes needed.
 

Functions

const TypeDescription * get_type_description (CurveMeshNode *)
 
const TypeDescription * get_type_description (CurveMeshEdge *)
 
const TypeDescription * get_type_description (HexVolMeshNode *)
 
const TypeDescription * get_type_description (HexVolMeshCell *)
 
const TypeDescription * get_type_description (ImageMeshNode *)
 
const TypeDescription * get_type_description (ImageMeshFace *)
 
const TypeDescription * get_type_description (LatVolMeshNode *)
 
const TypeDescription * get_type_description (LatVolMeshCell *)
 
const TypeDescription * get_type_description (MaskedLatVolMeshNode *)
 
const TypeDescription * get_type_description (MaskedLatVolMeshCell *)
 
const TypeDescription * get_type_description (PointCloudMeshNode *)
 
const TypeDescription * get_type_description (PrismVolMeshNode *)
 
const TypeDescription * get_type_description (PrismVolMeshCell *)
 
const TypeDescription * get_type_description (QuadraticLatVolMeshNode *)
 
const TypeDescription * get_type_description (QuadSurfMeshNode *)
 
const TypeDescription * get_type_description (QuadSurfMeshFace *)
 
const TypeDescription * get_type_description (ScanlineMeshNode *)
 
const TypeDescription * get_type_description (ScanlineMeshEdge *)
 
const TypeDescription * get_type_description (TetVolMeshNode *)
 
const TypeDescription * get_type_description (TetVolMeshCell *)
 
const TypeDescription * get_type_description (TriSurfMeshNode *)
 
const TypeDescription * get_type_description (TriSurfMeshFace *)
 

Detailed Description

Forward declarations of Mesh get_type_description.

Author
Michael Callahan Department of Computer Science University of Utah
Date
January 2005

The GCC 3.4 compiler will not compile the GenericField template without these being declared ahead of time. It will compile one field include because the mesh is included before GenericField. However if you include two field files it will fail because the second one is not declared before the GenericField.h insertion point. It fails in order_type_description.