SPH
Public Member Functions | List of all members
IScalarField Class Referenceabstract

Inferface for a generic scalar field, returning a float for given position.:w. More...

#include <MarchingCubes.h>

Inheritance diagram for IScalarField:
Polymorphic

Public Member Functions

virtual Float operator() (const Vector &pos)=0
 Returns the value of the scalar field at given position. More...
 
- Public Member Functions inherited from Polymorphic
virtual ~Polymorphic ()
 

Detailed Description

Inferface for a generic scalar field, returning a float for given position.:w.

Definition at line 32 of file MarchingCubes.h.

Member Function Documentation

◆ operator()()

virtual Float IScalarField::operator() ( const Vector pos)
pure virtual

Returns the value of the scalar field at given position.


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