opensurgsim
Public Member Functions | List of all members
SurgSim::DataStructures::SegmentEmptyData Class Reference

SegmentEmptyData class This class is to ensure that the static TriangleMesh::m_className in SegmentMesh does not clash with static TriangleMesh<VertexData, EdgeData, EmptyData>. More...

#include <SegmentEmptyData.h>

Public Member Functions

bool operator== (const SegmentEmptyData &data) const
 Comparison operator. More...
 

Detailed Description

SegmentEmptyData class This class is to ensure that the static TriangleMesh::m_className in SegmentMesh does not clash with static TriangleMesh<VertexData, EdgeData, EmptyData>.

Member Function Documentation

§ operator==()

bool SurgSim::DataStructures::SegmentEmptyData::operator== ( const SegmentEmptyData data) const
inline

Comparison operator.

Parameters
dataThe data to compare it to.
Returns
true for all cases.

The documentation for this class was generated from the following file: