computeClosestPointTransform(const std::vector< Index > &indices, const std::vector< Point > &positions, const Component &component, Number maximumDistance) | cpt::GridBase< N, T > | |
computeClosestPointTransform(const Lattice &lattice, const Range &indexRangeInLattice, const Component &component, Number maximumDistance) | cpt::GridBase< N, T > | |
computeClosestPointTransform(const std::vector< Index > &indices, const std::vector< Point > &positions, const Component &component, const Number maximumDistance) (defined in cpt::GridBase< N, T >) | cpt::GridBase< N, T > | [inline] |
computeClosestPointTransform(const Lattice &lattice, const Range &indexRangeInLattice, const Component &component, const Number maximumDistance) (defined in cpt::GridBase< N, T >) | cpt::GridBase< N, T > | [inline] |
computeClosestPointTransformUnsigned(const std::vector< Index > &indices, const std::vector< Point > &positions, const Component &component, Number maximumDistance) | cpt::GridBase< N, T > | |
computeClosestPointTransformUnsigned(const Lattice &lattice, const Range &indexRangeInLattice, const Component &component, Number maximumDistance) | cpt::GridBase< N, T > | |
computeClosestPointTransformUnsigned(const std::vector< Index > &indices, const std::vector< Point > &positions, const Component &component, const Number maximumDistance) (defined in cpt::GridBase< N, T >) | cpt::GridBase< N, T > | [inline] |
computeClosestPointTransformUnsigned(const Lattice &lattice, const Range &indexRangeInLattice, const Component &component, const Number maximumDistance) (defined in cpt::GridBase< N, T >) | cpt::GridBase< N, T > | [inline] |
computeMinimumAndMaximumDistances(const Number maximumDistance, Number *minimum, Number *maximum) const (defined in cpt::GridBase< N, T >) | cpt::GridBase< N, T > | |
countKnownDistances(const Number maximumDistance) const (defined in cpt::GridBase< N, T >) | cpt::GridBase< N, T > | |
displayInformation(std::ostream &out) const (defined in cpt::GridBase< N, T >) | cpt::GridBase< N, T > | |
floodFillUnsigned(const Number farAway) | cpt::GridBase< N, T > | |
getClosestFace() const | cpt::GridBase< N, T > | [inline] |
getClosestFace() | cpt::GridBase< N, T > | [inline] |
getClosestPoint() const | cpt::GridBase< N, T > | [inline] |
getClosestPoint() | cpt::GridBase< N, T > | [inline] |
getDistance() const | cpt::GridBase< N, T > | [inline] |
getDistance() | cpt::GridBase< N, T > | [inline] |
getExtents() const | cpt::GridBase< N, T > | [inline] |
getGradientOfDistance() const | cpt::GridBase< N, T > | [inline] |
getGradientOfDistance() | cpt::GridBase< N, T > | [inline] |
getRanges() const | cpt::GridBase< N, T > | [inline] |
GridBase() | cpt::GridBase< N, T > | [inline, protected] |
GridBase(const GridBase &other) | cpt::GridBase< N, T > | [inline, protected] |
GridBase(ads::Array< N, Number, A1 > *distance, ads::Array< N, Point, A2 > *gradientOfDistance, ads::Array< N, Point, A3 > *closestPoint, ads::Array< N, int, A4 > *closestFace) | cpt::GridBase< N, T > | [protected] |
GridBase(ads::Array< N, Number, A1 > *distance, ads::Array< N, Point, A2 > *gradientOfDistance, ads::Array< N, Point, A3 > *closestPoint, ads::Array< N, int, A4 > *closestFace) (defined in cpt::GridBase< N, T >) | cpt::GridBase< N, T > | [inline] |
Index typedef | cpt::GridBase< N, T > | [protected] |
initialize() | cpt::GridBase< N, T > | |
isClosestFaceBeingComputed() const | cpt::GridBase< N, T > | [inline] |
isClosestPointBeingComputed() const | cpt::GridBase< N, T > | [inline] |
isEmpty() const | cpt::GridBase< N, T > | [inline] |
isGradientOfDistanceBeingComputed() const | cpt::GridBase< N, T > | [inline] |
Lattice typedef | cpt::GridBase< N, T > | [protected] |
Number typedef | cpt::GridBase< N, T > | [protected] |
operator!=(const cpt::GridBase< N, T > &a, const cpt::GridBase< N, T > &b) | cpt::GridBase< N, T > | [related] |
operator=(const GridBase &other) | cpt::GridBase< N, T > | [protected] |
operator==(const cpt::GridBase< N, T > &a, const cpt::GridBase< N, T > &b) | cpt::GridBase< N, T > | [related] |
Point typedef | cpt::GridBase< N, T > | [protected] |
put(std::ostream &out) const (defined in cpt::GridBase< N, T >) | cpt::GridBase< N, T > | |
Range typedef | cpt::GridBase< N, T > | [protected] |
~GridBase() | cpt::GridBase< N, T > | [inline, protected] |