SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Mesh.h File Reference
#include <Core/Datatypes/Legacy/Base/Types.h>
#include <Core/GeometryPrimitives/GeomFwd.h>
#include <Core/Datatypes/Datatype.h>
#include <Core/Datatypes/Mesh/MeshTraits.h>
#include <Core/Datatypes/Legacy/Field/FieldFwd.h>
#include <Core/Datatypes/Legacy/Field/share.h>

Go to the source code of this file.

Classes

class  Mesh
 
class  MeshTypeID
 

Namespaces

 SCIRun
 STL datatypes needed.
 

Functions

SCISHARE MeshHandle CreateMesh (const std::string &type)
 
SCISHARE MeshHandle CreateMesh (const std::string &type, size_type x, size_type y, size_type z, const Core::Geometry::Point &min, const Core::Geometry::Point &max)
 
SCISHARE MeshHandle CreateMesh (const std::string &type, size_type x, size_type y, const Core::Geometry::Point &min, const Core::Geometry::Point &max)
 
SCISHARE MeshHandle CreateMesh (const std::string &type, size_type x, const Core::Geometry::Point &min, const Core::Geometry::Point &max)
 
SCISHARE MeshHandle CreateMesh (const std::string &type, size_type x, size_type y, size_type z)
 
SCISHARE MeshHandle CreateMesh (const std::string &type, size_type x, size_type y)
 
SCISHARE MeshHandle CreateMesh (const std::string &type, size_type x)
 
SCISHARE MeshHandle CreateMesh (FieldInformation &info)
 
SCISHARE MeshHandle CreateMesh (FieldInformation &info, size_type x)
 
SCISHARE MeshHandle CreateMesh (FieldInformation &info, size_type x, const Core::Geometry::Point &min, const Core::Geometry::Point &max)
 
SCISHARE MeshHandle CreateMesh (FieldInformation &info, size_type x, size_type y)
 
SCISHARE MeshHandle CreateMesh (FieldInformation &info, size_type x, size_type y, const Core::Geometry::Point &min, const Core::Geometry::Point &max)
 
SCISHARE MeshHandle CreateMesh (FieldInformation &info, size_type x, size_type y, size_type z)
 
SCISHARE MeshHandle CreateMesh (FieldInformation &info, size_type x, size_type y, size_type z, const Core::Geometry::Point &min, const Core::Geometry::Point &max)
 
SCISHARE MeshHandle CreateMesh (FieldInformation &info, const std::vector< size_type > &x)
 
SCISHARE MeshHandle CreateMesh (FieldInformation &info, const std::vector< size_type > &x, const Core::Geometry::Point &min, const Core::Geometry::Point &max)
 
SCISHARE MeshHandle CreateMesh (mesh_info_type mesh)
 
SCISHARE MeshHandle CreateMesh (mesh_info_type mesh, size_type x)
 
SCISHARE MeshHandle CreateMesh (mesh_info_type mesh, size_type x, const Core::Geometry::Point &min, const Core::Geometry::Point &max)
 
SCISHARE MeshHandle CreateMesh (mesh_info_type mesh, size_type x, size_type y)
 
SCISHARE MeshHandle CreateMesh (mesh_info_type mesh, size_type x, size_type y, const Core::Geometry::Point &min, const Core::Geometry::Point &max)
 
SCISHARE MeshHandle CreateMesh (mesh_info_type mesh, size_type x, size_type y, size_type z)
 
SCISHARE MeshHandle CreateMesh (mesh_info_type mesh, size_type x, size_type y, size_type z, const Core::Geometry::Point &min, const Core::Geometry::Point &max)
 
SCISHARE MeshHandle CreateMesh (mesh_info_type mesh, const std::vector< size_type > &x)
 
SCISHARE MeshHandle CreateMesh (mesh_info_type mesh, const std::vector< size_type > &x, const Core::Geometry::Point &min, const Core::Geometry::Point &max)
 
template<class INDEX , class MESH >
bool elem_locate (INDEX &elem, MESH &msh, const Core::Geometry::Point &p)
 General case locate, search each elem. More...