FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Types | Public Member Functions | List of all members
Fiber::DimensionalInterpolator< N > Class Template Referenceabstract

Abstract N-dimensional interpolator class. More...

#include <ArrayInterpolator.hpp>

Inheritance diagram for Fiber::DimensionalInterpolator< N >:
Fiber::ArrayInterpolator MemCore::Interface< ArrayInterpolator > MemCore::InterfaceBase MemCore::ReferenceBase< InterfaceBase >

Public Types

typedef FixedArray< double, N > IpolPoint_t
 
- Public Types inherited from MemCore::Interface< ArrayInterpolator >
typedef Domain InterfaceDomain_t
 
- Public Types inherited from MemCore::ReferenceBase< InterfaceBase >
typedef Object reference_domain_t
 
typedef WeakPtr< Object, Object > SelfPtr_t
 

Public Member Functions

virtual bool getValue (double result[], int nElements, const IpolPoint_t &P) const =0
 
int CoordRank () const override
 Number of dimensions of the base manifold.
 
bool getInterpolatedValue (double result[], int nElements, const double coords[], int nCoords) const override
 
- Public Member Functions inherited from Fiber::ArrayInterpolator
virtual int FieldRank () const =0
 Number of elements per point.
 
- Public Member Functions inherited from MemCore::Interface< ArrayInterpolator >
const type_info & getInterfaceDomain () const
 
- Public Member Functions inherited from MemCore::InterfaceBase
virtual bool apply (Intercube &I, const RefPtr< InterfaceIterationParameter > &)
 
virtual bool apply_const (const Intercube &I, const RefPtr< InterfaceIterationParameter > &)
 
- Public Member Functions inherited from MemCore::ReferenceBase< InterfaceBase >
auto getObjectCountID () const noexcept
 
bool isIdentical (const WeakPtr< Object, Object > &PossibleSelf) const noexcept
 
void mkAutoDestructive ()
 
refcount_t refcount () const noexcept
 
 ReferenceBase (Object *that) noexcept
 
const auto & self () const
 
refcount_t wrefcount () const noexcept
 

Additional Inherited Members

- Protected Member Functions inherited from MemCore::ReferenceBase< InterfaceBase >
virtual void extremeUnction ()
 
ReferenceBaseoperator= (const ReferenceBase &R)
 
void suicide ()
 

Detailed Description

template<int N>
class Fiber::DimensionalInterpolator< N >

Abstract N-dimensional interpolator class.

Member Function Documentation

◆ CoordRank()

template<int N>
int Fiber::DimensionalInterpolator< N >::CoordRank ( ) const
inlineoverridevirtual

Number of dimensions of the base manifold.

Implements Fiber::ArrayInterpolator.

◆ getInterpolatedValue()

template<int N>
bool Fiber::DimensionalInterpolator< N >::getInterpolatedValue ( double  result[],
int  nElements,
const double  coords[],
int  nCoords 
) const
inlineoverridevirtual