MeshLink
Computational geometry access
MeshAssociativity.h File Reference

Public MeshLink functions. More...

Go to the source code of this file.

Classes

class  MeshLinkTransform
 Storage for MeshLink Transform data. More...
 
class  MeshElementLinkage
 Storage for MeshLink ElementLinkage data. More...
 
class  MeshLinkAttribute
 Storage for MeshLink Attribute and AttributeGroup data. More...
 
class  MeshLinkFile
 Storage for MeshLink GeometryFile and MeshFile data. More...
 
class  GeometryFile
 Storage for MeshLink schema GeometryFile data. More...
 
class  MeshFile
 Storage for MeshLink schema MeshFile data. More...
 
class  MeshAssociativity
 Storage for mesh topology and geometry associativity data. More...
 
class  GeometryKernelManager
 Management of geometry kernel interfaces. More...
 

Typedefs

typedef std::map< std::string, MLINTMeshAttributeNameToIDMap
 
typedef std::map< MLINT, MeshLinkAttributeMeshAttributeIDMap
 
typedef std::map< std::string, MLINTMeshTransformNameToIDMap
 
typedef std::map< MLINT, MeshLinkTransformMeshTransformIDMap
 
typedef std::map< std::string, MeshElementLinkage * > MeshElementLinkageNameMap
 
using GeometryKernelArray = std::vector< GeometryKernel * >
 

Detailed Description

Public MeshLink functions.

The public interface to MeshLink.

Definition in file MeshAssociativity.h.

Typedef Documentation

◆ GeometryKernelArray

using GeometryKernelArray = std::vector<GeometryKernel *>

Definition at line 790 of file MeshAssociativity.h.

◆ MeshAttributeIDMap

Definition at line 504 of file MeshAssociativity.h.

◆ MeshAttributeNameToIDMap

typedef std::map<std::string, MLINT> MeshAttributeNameToIDMap

Definition at line 503 of file MeshAssociativity.h.

◆ MeshElementLinkageNameMap

typedef std::map<std::string, MeshElementLinkage *> MeshElementLinkageNameMap

Definition at line 508 of file MeshAssociativity.h.

◆ MeshTransformIDMap

Definition at line 507 of file MeshAssociativity.h.

◆ MeshTransformNameToIDMap

typedef std::map<std::string, MLINT> MeshTransformNameToIDMap

Definition at line 506 of file MeshAssociativity.h.