This is the complete list of members for vgl_pointset_3d< Type >, including all inherited members.
| add_point(vgl_point_3d< Type > const &p) | vgl_pointset_3d< Type > | inline |
| add_point_with_normal(vgl_point_3d< Type > const &p, vgl_vector_3d< Type > const &normal) | vgl_pointset_3d< Type > | inline |
| add_point_with_normal_and_scalar(vgl_point_3d< Type > const &p, vgl_vector_3d< Type > const &normal, Type sc) | vgl_pointset_3d< Type > | inline |
| add_point_with_scalar(vgl_point_3d< Type > const &p, Type sc) | vgl_pointset_3d< Type > | inline |
| append_pointset(vgl_pointset_3d< Type > const &ptset) | vgl_pointset_3d< Type > | inline |
| clear() | vgl_pointset_3d< Type > | inline |
| has_normals() const | vgl_pointset_3d< Type > | inline |
| has_normals_ | vgl_pointset_3d< Type > | private |
| has_scalars() const | vgl_pointset_3d< Type > | inline |
| has_scalars_ | vgl_pointset_3d< Type > | private |
| n(unsigned i) const | vgl_pointset_3d< Type > | inline |
| normals() const | vgl_pointset_3d< Type > | inline |
| normals_ | vgl_pointset_3d< Type > | private |
| npts() const | vgl_pointset_3d< Type > | inline |
| operator!=(vgl_pointset_3d< Type >const &spl) const | vgl_pointset_3d< Type > | inline |
| operator==(const vgl_pointset_3d< Type > &spl) const | vgl_pointset_3d< Type > | |
| p(unsigned i) const | vgl_pointset_3d< Type > | inline |
| points() const | vgl_pointset_3d< Type > | inline |
| points_ | vgl_pointset_3d< Type > | private |
| sc(unsigned i) const | vgl_pointset_3d< Type > | inline |
| scalars() const | vgl_pointset_3d< Type > | inline |
| scalars_ | vgl_pointset_3d< Type > | private |
| set_normal(unsigned i, vgl_vector_3d< Type > const &n) | vgl_pointset_3d< Type > | inline |
| set_point(unsigned i, vgl_point_3d< Type > const &p) | vgl_pointset_3d< Type > | inline |
| set_points(std::vector< vgl_point_3d< Type > > const &points) | vgl_pointset_3d< Type > | inline |
| set_points_with_normals(std::vector< vgl_point_3d< Type > > const &points, std::vector< vgl_vector_3d< Type > > const &normals) | vgl_pointset_3d< Type > | inline |
| set_points_with_normals_and_scalars(std::vector< vgl_point_3d< Type > > const &points, std::vector< vgl_vector_3d< Type > > const &normals, std::vector< Type > const &scalars) | vgl_pointset_3d< Type > | inline |
| set_points_with_scalars(std::vector< vgl_point_3d< Type > > const &points, std::vector< Type > const &scalars) | vgl_pointset_3d< Type > | inline |
| set_scalar(unsigned i, Type sc) | vgl_pointset_3d< Type > | inline |
| size() const | vgl_pointset_3d< Type > | inline |
| vgl_pointset_3d() | vgl_pointset_3d< Type > | inline |
| vgl_pointset_3d(std::vector< vgl_point_3d< Type > > points) | vgl_pointset_3d< Type > | inline |
| vgl_pointset_3d(std::vector< vgl_point_3d< Type > > points, std::vector< vgl_vector_3d< Type > > normals) | vgl_pointset_3d< Type > | inline |
| vgl_pointset_3d(std::vector< vgl_point_3d< Type > > points, std::vector< Type > scalars) | vgl_pointset_3d< Type > | inline |
| vgl_pointset_3d(std::vector< vgl_point_3d< Type > > points, std::vector< vgl_vector_3d< Type > > normals, std::vector< Type > scalars) | vgl_pointset_3d< Type > | inline |
1.8.15