TarzaNN
TarzaNN neural network simulator
|
#include <FP3DViewInfo.h>
Public Member Functions | |
FP3DViewInfo () | |
virtual | ~FP3DViewInfo () |
void | clear () |
void | setBase (float x=0, float y=0, float z=0) |
void | addPassPoint (float x, float y, float z) |
void | addBlockPoint (float x, float y, float z) |
const FPPoints | getPassPoints () |
const FPPoints | getBlockPoints () |
void | clearPassPoints () |
void | clearBlockPoints () |
Public Attributes | |
FPPoint | base |
Repository for information associated with feature plane representation in a 3D viewer. Work in progress.
FP3DViewInfo::FP3DViewInfo | ( | ) |
FP3DViewInfo::~FP3DViewInfo | ( | ) | [virtual] |
void FP3DViewInfo::addBlockPoint | ( | float | x, |
float | y, | ||
float | z | ||
) |
void FP3DViewInfo::addPassPoint | ( | float | x, |
float | y, | ||
float | z | ||
) |
void FP3DViewInfo::clear | ( | ) |
void FP3DViewInfo::clearBlockPoints | ( | ) |
void FP3DViewInfo::clearPassPoints | ( | ) |
const FPPoints FP3DViewInfo::getBlockPoints | ( | ) |
const FPPoints FP3DViewInfo::getPassPoints | ( | ) |
void FP3DViewInfo::setBase | ( | float | x = 0 , |
float | y = 0 , |
||
float | z = 0 |
||
) |