This is the complete list of members for Bembel::Patch, including all inherited members.
data_ | Bembel::Patch | |
eval(const Eigen::Vector2d &reference_point) const | Bembel::Patch | inline |
eval(double x, double y) const | Bembel::Patch | inline |
evalJacobian(const Eigen::Vector2d &reference_point) const | Bembel::Patch | inline |
evalJacobian(double x, double y) const | Bembel::Patch | inline |
evalNormal(const Eigen::Vector2d &reference_point) const | Bembel::Patch | inline |
evalNormal(double x, double y) const | Bembel::Patch | inline |
init_Patch(const std::vector< Eigen::Matrix< double, -1, -1 >> &xyzw, const std::vector< double > &x_knots, const std::vector< double > &y_knots) | Bembel::Patch | inline |
Patch() | Bembel::Patch | inline |
Patch(const std::vector< Eigen::Matrix< double, -1, -1 >> &control_points, const std::vector< double > &knots_x, const std::vector< double > &knots_y) | Bembel::Patch | inline |
polynomial_degree_x_ (defined in Bembel::Patch) | Bembel::Patch | |
polynomial_degree_y_ (defined in Bembel::Patch) | Bembel::Patch | |
unique_knots_x_ (defined in Bembel::Patch) | Bembel::Patch | |
unique_knots_y_ (defined in Bembel::Patch) | Bembel::Patch | |
updateSurfacePoint(SurfacePoint *srf_pt, const Eigen::Vector2d &ref_pt, double w, const Eigen::Vector2d &xi) const | Bembel::Patch | inline |