#include <MorphingMap.h>
|
| | MorphingMap (MorphingMap const &) |
| |
| | MorphingMap (void) |
| |
| | ~MorphingMap (void) |
| |
| bool | isIdentity (void) const |
| |
| bool | isNull (void) const |
| |
| MorphingMap & | operator= (MorphingMap const &) |
| |
| int | length (void) const |
| |
| void | __autoclassinit2 (unsigned __int64) |
| |
| void | add (int, int, int) |
| |
| void | addAt (int, int, int, int) |
| |
| void | createFromTwoPointLoops (std::vector< Point2d, std::allocator< Point2d > > const &, std::vector< Point2d, std::allocator< Point2d > > const &) |
| |
| void | del (int) |
| |
| void | get (int, int &, int &, int &) const |
| |
| void | init (void) |
| |
| void | normalize (int, int) |
| |
| void | print (void) const |
| |
| void | remapIndices (std::vector< int, std::allocator< int > > const &, std::vector< int, std::allocator< int > > const &) |
| |
| void | setToExplicitIdentityMap (int) |
| |
Definition at line 21 of file MorphingMap.h.
◆ MorphingMap() [1/2]
◆ MorphingMap() [2/2]
| MorphingMap::MorphingMap |
( |
void | | ) |
|
◆ ~MorphingMap()
| MorphingMap::~MorphingMap |
( |
void | | ) |
|
◆ __autoclassinit2()
◆ add()
◆ addAt()
◆ createFromTwoPointLoops()
| void MorphingMap::createFromTwoPointLoops |
( |
std::vector< Point2d, std::allocator< Point2d > > const & | , |
|
|
std::vector< Point2d, std::allocator< Point2d > > const & | ) |
◆ del()
◆ get()
◆ init()
◆ isIdentity()
| bool MorphingMap::isIdentity |
( |
void | | ) |
const |
◆ isNull()
◆ length()
| int MorphingMap::length |
( |
void | | ) |
const |
◆ normalize()
◆ operator=()
◆ print()
◆ remapIndices()
| void MorphingMap::remapIndices |
( |
std::vector< int, std::allocator< int > > const & | , |
|
|
std::vector< int, std::allocator< int > > const & | ) |
◆ setToExplicitIdentityMap()
| void MorphingMap::setToExplicitIdentityMap |
( |
int | | ) |
|
◆ kNull
The documentation for this class was generated from the following file: