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

A field's interpolator is an interface for this specific field. More...

#include <ArrayInterpolator.hpp>

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

Public Member Functions

virtual int CoordRank () const =0
 Number of dimensions of the base manifold.
 
virtual int FieldRank () const =0
 Number of elements per point.
 
virtual bool getInterpolatedValue (double result[], int nElements, const double coords[], int nCoords) const =0
 
- 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

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

Detailed Description

A field's interpolator is an interface for this specific field.

It may be exchanged to use linear vs. cubic etc.

Member Function Documentation

◆ CoordRank()

virtual int Fiber::ArrayInterpolator::CoordRank ( ) const
pure virtual

Number of dimensions of the base manifold.

Implemented in Fiber::DimensionalInterpolator< N >.