Visual Computing Library  devel
Loading...
Searching...
No Matches
Containers

List af all the Element Container classes, along with their concepts and functions. More...

Collaboration diagram for Containers:

Concepts

concept  vcl::mesh::HasEdgeContainer
 A concept that checks whether a class has (inherits from) an EdgeContainer class.
 
concept  vcl::mesh::HasFaceContainer
 A concept that checks whether a class has (inherits from) an FaceContainer class.
 
concept  vcl::mesh::HasVertexContainer
 A concept that checks whether a class has (inherits from) a VertexContainer class.
 
concept  vcl::HasVertices
 HasVertices concepts is satisfied when at least one of its types is (or inherits from) a vcl::mesh::VertexContainer. It can be used both to check if a Mesh has vertices, or if in a list of types there is a VertexContainer.
 

Classes

class  vcl::mesh::EdgeContainer< T >
 The EdgeContainer class represents a container of Edge elements that can be used in a Mesh class. More...
 
class  vcl::mesh::FaceContainer< T >
 The FaceContainer class represents a container of Face elements that can be used in a Mesh class. More...
 
class  vcl::mesh::VertexContainer< T >
 The Vertex Container class, will be used when the template argument given to the Mesh is a Vertex. More...
 

Detailed Description

List af all the Element Container classes, along with their concepts and functions.