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

Base class for finding the cell containing the point in a fragment. More...

#include <LocalFromWorldPoint.hpp>

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

Public Member Functions

virtual int pointInCell (const point &P)=0
 
virtual point localUVW ()=0
 

Detailed Description

Base class for finding the cell containing the point in a fragment.

Also here different metgods were implemented before. Now only the Newton search is used and there's no reason for base class anymore...