Implicit Class Reference
#include <Implicit.h>
List of all members.
Public Member Functions |
| | Implicit () |
| virtual vcg::Point3f | N (float x, float y, float z) const =0 |
| virtual float | V (int x, int y, int z) const =0 |
| virtual | ~Implicit () |
Detailed Description
Definition at line 6 of file Implicit.h.
Constructor & Destructor Documentation
| Implicit::Implicit |
( |
|
) |
[inline] |
| virtual Implicit::~Implicit |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| virtual vcg::Point3f Implicit::N |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z | |
|
) |
| | const [pure virtual] |
| virtual float Implicit::V |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
z | |
|
) |
| | const [pure virtual] |
The documentation for this class was generated from the following file: