|
ASL 0.1.7
Advanced Simulation Library
|
#include <aslDistanceFunction.h>


Public Member Functions | |
| DistFNormalization (SPDistanceFunction a, double dx) | |
| virtual acl::VectorOfElements | getDistance (const acl::VectorOfElements &pos) |
| DistFNormalization (SPDistanceFunction a, double dx) | |
| virtual acl::VectorOfElements | getDistance (const acl::VectorOfElements &pos) |
| Public Member Functions inherited from asl::DistFUnaryOperation | |
| DistFUnaryOperation (SPDistanceFunction a) | |
| DistFUnaryOperation (SPDistanceFunction a) | |
| Public Member Functions inherited from asl::DistanceFunction | |
| virtual | ~DistanceFunction () |
| virtual | ~DistanceFunction () |
Static Public Attributes | |
| static const double | scaleFactor |
Protected Attributes | |
| acl::VectorOfElements | factor |
| Protected Attributes inherited from asl::DistFUnaryOperation | |
| SPDistanceFunction | e1 |
Additional Inherited Members | |
| Protected Member Functions inherited from asl::DistanceFunction | |
| DistanceFunction () | |
| DistanceFunction () | |
normalize so that the values are in range [1:-1]
Definition at line 169 of file aslDistanceFunction.h.
| asl::DistFNormalization::DistFNormalization | ( | SPDistanceFunction | a, |
| double | dx ) |
| asl::DistFNormalization::DistFNormalization | ( | SPDistanceFunction | a, |
| double | dx ) |
|
virtual |
Implements asl::DistanceFunction.
|
virtual |
Implements asl::DistanceFunction.
|
protected |
Definition at line 172 of file aslDistanceFunction.h.
|
static |
Definition at line 174 of file aslDistanceFunction.h.