|
virtual double | Weight (int i, int j) const |
|
SymmetricWeightsSurfaceMapper & | operator= (const SymmetricWeightsSurfaceMapper &) |
| Assignment operator.
|
|
| SymmetricWeightsSurfaceMapper () |
| Default constructor.
|
|
| SymmetricWeightsSurfaceMapper (const SymmetricWeightsSurfaceMapper &) |
| Copy constructor.
|
|
| LinearFixedBoundarySurfaceMapper () |
| Default constructor.
|
|
| LinearFixedBoundarySurfaceMapper (const LinearFixedBoundarySurfaceMapper &) |
| Copy constructor.
|
|
LinearFixedBoundarySurfaceMapper & | operator= (const LinearFixedBoundarySurfaceMapper &) |
| Assignment operator.
|
|
void | SetFreeValue (int i, double v) |
|
void | SetFreeValue (int i, int j, double v) |
|
void | SetValue (int i, double v) |
|
void | SetValue (int i, int j, double v) |
|
| FixedBoundarySurfaceMapper () |
| Default constructor.
|
|
| FixedBoundarySurfaceMapper (const FixedBoundarySurfaceMapper &) |
| Copy constructor.
|
|
int | NumberOfComponents () const |
| Number of boundary/surface map components.
|
|
FixedBoundarySurfaceMapper & | operator= (const FixedBoundarySurfaceMapper &) |
| Assignment operator.
|
|
int | GetEdgeNeighborPoints (int i, int j, int &k, int &l) const |
|
void | GetPoint (int ptId, double p[3]) const |
|
int | NumberOfInteriorPoints () const |
| Number of surface points minus the number of boundary points.
|
|
int | NumberOfPoints () const |
| Number of surface points.
|
|
SurfaceMapper & | operator= (const SurfaceMapper &) |
| Assignment operator.
|
|
class Point | Point (int ptId) const |
|
| SurfaceMapper () |
| Default constructor.
|
|
| SurfaceMapper (const SurfaceMapper &) |
| Copy constructor.
|
|
template<typename... Args> |
void | Throw (ErrorType err, const char *func, Args... args) const |
|
Piecewise linear surface mapper with uniform convex combination weights
- Tutte (1963). How to draw a graph. Proc. London Math. Soc, 8(May 1962), 743–767.
- Taubin (1995). A Signal Processing Approach To Fair Surface Design. SIGGRAPH, 351–358.
- Floater (1997). Parametrization and smooth approximation of surface triangulations. Computer Aided Geometric Design, 14(3), 231–250.
Definition at line 37 of file UniformSurfaceMapper.h.