MeshCore::MeshRefNormalToPoints Class Reference

The MeshRefNormalToPoints builds up a structure to have access to the normal of a vertex. More...

#include <Algorithm.h>

Public Member Functions

 MeshRefNormalToPoints (const MeshKernel &rclM)
 Construction. More...
 
const Base::Vector3foperator[] (PointIndex) const
 
void Rebuild ()
 Rebuilds up data structure. More...
 
 ~MeshRefNormalToPoints ()
 Destruction. More...
 

Detailed Description

The MeshRefNormalToPoints builds up a structure to have access to the normal of a vertex.

Note
If the underlying mesh kernel gets changed this structure becomes invalid and must be rebuilt.

Constructor & Destructor Documentation

◆ MeshRefNormalToPoints()

MeshCore::MeshRefNormalToPoints::MeshRefNormalToPoints ( const MeshKernel rclM)

Construction.

◆ ~MeshRefNormalToPoints()

MeshCore::MeshRefNormalToPoints::~MeshRefNormalToPoints ( )

Destruction.

Member Function Documentation

◆ operator[]()

const Base::Vector3f & MeshRefNormalToPoints::operator[] ( PointIndex  pos) const

◆ Rebuild()

void MeshRefNormalToPoints::Rebuild ( )

Rebuilds up data structure.

References Base::DistanceP2().


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