#include <opennurbs_nurbssurface.h>
Public Member Functions | |
virtual int | DimensionA () const =0 |
virtual int | DimensionB () const =0 |
virtual int | DimensionC () const =0 |
virtual bool | Evaluate (double, const double *, double, const double *, double *)=0 |
ON_TensorProduct () | |
virtual | ~ON_TensorProduct () |
Definition at line 28 of file opennurbs_nurbssurface.h.
Definition at line 2517 of file opennurbs_nurbssurface.cpp.
ON_TensorProduct::~ON_TensorProduct | ( | ) | [virtual] |
Definition at line 2520 of file opennurbs_nurbssurface.cpp.
virtual int ON_TensorProduct::DimensionA | ( | ) | const [pure virtual] |
Implemented in ON_SumTensor, and ON_RevolutionTensor.
virtual int ON_TensorProduct::DimensionB | ( | ) | const [pure virtual] |
Implemented in ON_SumTensor, and ON_RevolutionTensor.
virtual int ON_TensorProduct::DimensionC | ( | ) | const [pure virtual] |
Implemented in ON_SumTensor, and ON_RevolutionTensor.
virtual bool ON_TensorProduct::Evaluate | ( | double | , |
const double * | , | ||
double | , | ||
const double * | , | ||
double * | |||
) | [pure virtual] |
Implemented in ON_SumTensor, and ON_RevolutionTensor.