IECore::ImplicitSurfaceFunction< P, V > Class Template Reference

#include <ImplicitSurfaceFunction.h>

Inheritance diagram for IECore::ImplicitSurfaceFunction< P, V >:

IECore::RefCounted

List of all members.

Public Types

typedef P Point
typedef VectorTraits< P > PointTraits
typedef VectorTraits< P >::BaseType PointBaseType
typedef V Value
typedef VectorTraits< V > ValueTraits
typedef VectorTraits< V >::BaseType ValueBaseType
typedef
ImplicitSurfaceFunction< P, V > 
Fn

Public Member Functions

 IE_CORE_DECLAREMEMBERPTR (Fn)
virtual ~ImplicitSurfaceFunction ()
Value operator() (const Point &p)
virtual Value getValue (const Point &p)=0


Detailed Description

template<typename P, typename V>
class IECore::ImplicitSurfaceFunction< P, V >

A template to define an implicit surface function, which returns a value of type template parameter V when passed a location of type template parameter P

Member Typedef Documentation

template<typename P, typename V>
typedef ImplicitSurfaceFunction<P, V> IECore::ImplicitSurfaceFunction< P, V >::Fn

template<typename P, typename V>
typedef P IECore::ImplicitSurfaceFunction< P, V >::Point

template<typename P, typename V>
typedef VectorTraits<P>::BaseType IECore::ImplicitSurfaceFunction< P, V >::PointBaseType

template<typename P, typename V>
typedef VectorTraits<P> IECore::ImplicitSurfaceFunction< P, V >::PointTraits

template<typename P, typename V>
typedef V IECore::ImplicitSurfaceFunction< P, V >::Value

template<typename P, typename V>
typedef VectorTraits<V>::BaseType IECore::ImplicitSurfaceFunction< P, V >::ValueBaseType

template<typename P, typename V>
typedef VectorTraits<V> IECore::ImplicitSurfaceFunction< P, V >::ValueTraits


Constructor & Destructor Documentation

template<typename P, typename V>
virtual IECore::ImplicitSurfaceFunction< P, V >::~ImplicitSurfaceFunction (  )  [inline, virtual]


Member Function Documentation

template<typename P, typename V>
virtual Value IECore::ImplicitSurfaceFunction< P, V >::getValue ( const Point p  )  [pure virtual]

template<typename P, typename V>
IECore::ImplicitSurfaceFunction< P, V >::IE_CORE_DECLAREMEMBERPTR ( Fn   ) 

template<typename P, typename V>
Value IECore::ImplicitSurfaceFunction< P, V >::operator() ( const Point p  )  [inline]


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

Generated on Mon Jan 24 11:13:25 2011 for Cortex by doxygen 1.5.8