Cortex 6.0.0
Public Types | Public Member Functions

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

#include <ImplicitSurfaceFunction.h>

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

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)
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 Function Documentation

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends