Visual Computing Library
Loading...
Searching...
No Matches
Vertex Requirements

List functions that allows to check, enable and assert the availability of components in the Vertex Elements of a Mesh. More...

Collaboration diagram for Vertex Requirements:

Functions

template<MeshConcept MeshType>
bool vcl::isVertexContainerCompact (const MeshType &m)
 Returns true if the given mesh has its Vertex Container compact.
 

Detailed Description

List functions that allows to check, enable and assert the availability of components in the Vertex Elements of a Mesh.

Function Documentation

◆ isVertexContainerCompact()

template<MeshConcept MeshType>
bool vcl::isVertexContainerCompact ( const MeshType &  m)

Returns true if the given mesh has its Vertex Container compact.

Template Parameters
MeshTypetype of the mesh. It must satisfy the MeshConcept.
Parameters
[in]minput mesh on which test if the its Vertex Container is compact.
Returns
true if the Vertex Container of the mesh is compact.