FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Member Functions | List of all members
Fiber::LocalFromWorldPoint::HexaHedralCellNewton Class Reference

Finds a cell containing a world point by using the UniGridMapper. More...

#include <LocalFromWorldPoint.hpp>

Inheritance diagram for Fiber::LocalFromWorldPoint::HexaHedralCellNewton:
Fiber::LocalFromWorldPoint::FindCell

Public Member Functions

void setUniMap (RefPtr< UniGridMapper > unimap)
 
int pointInCell (const point &P)
 
point localUVW ()
 
void setEpsilon (const double e)
 

Detailed Description

Finds a cell containing a world point by using the UniGridMapper.

Thus, using a Taylor approximation and Newton to compute the local coordinates.

Member Function Documentation

◆ localUVW()

point Fiber::LocalFromWorldPoint::HexaHedralCellNewton::localUVW ( )
virtual

◆ pointInCell()

int Fiber::LocalFromWorldPoint::HexaHedralCellNewton::pointInCell ( const point P)
virtual