, including all inherited members.
| add_unique(double x, double y, double z, double epsilon) | Point_set | |
| add_unique(const V_3D &v, double epsilon) | Point_set | |
| add_unique(const double *v, double epsilon) | Point_set | |
| add_vertex(double x, double y, double z) | Point_set | |
| add_vertex(const V_3D &v) | Point_set | |
| add_vertex(const std::vector< double > &to_add) | Point_set | |
| add_vertex(const std::vector< V_3D > &to_add) | Point_set | |
| add_vertex(const double *v) | Point_set | |
| add_vertex(int dim, double *v) | Point_set | |
| add_vertex(const Point_set &p) | Point_set | |
| center_point_set() | Point_set | |
| delete_index(int k_start, int k_end) | Point_set | |
| destroy() | Point_set | |
| distance_to_index(double x, double y, double z, int index) const | Point_set | |
| distance_to_index(const double *x, int index) const | Point_set | |
| distance_to_index(const V_3D &x, int index) const | Point_set | |
| eliminate(int k_index) | Point_set | |
| eliminate(const std::vector< int > &k_index) | Point_set | |
| eliminate(const std::vector< double > &k_index) | Point_set | |
| eliminate(double x, double y, double z) | Point_set | |
| eliminate(double x, double y, double z, double epsilon) | Point_set | |
| eliminate(const V_3D &x, double epsilon) | Point_set | |
| eliminate(const V_3D &x) | Point_set | |
| eliminate(const double *x, double epsilon) | Point_set | |
| eliminate(const double *x) | Point_set | |
| exist(const V_3D &v) const | Point_set | |
| exist(const V_3D &v, double epsilon) const | Point_set | |
| exist(double x, double y, double z) const | Point_set | |
| exist(double x, double y, double z, double epsilon) const | Point_set | |
| export_visible_off(const char *filename, double s_cube_size) const | Point_set | |
| export_visible_off(const std::string &filename, double s_cube_size) const | Point_set | |
| get_closest_distance(double x, double y, double z, int *index) const | Point_set | |
| get_closest_distance(const double *x, int *index) const | Point_set | |
| get_closest_distance(const V_3D &x, int *index) const | Point_set | |
| get_closest_vertex(const V_3D ¢er) const | Point_set | |
| get_closest_vertex(double x, double y, double z) const | Point_set | |
| get_closest_vertex(const double *x) const | Point_set | |
| get_further_distance(double x, double y, double z, int *index) const | Point_set | |
| get_further_distance(const double *x, int *index) const | Point_set | |
| get_further_distance(const V_3D &x, int *index) const | Point_set | |
| get_max_point() const | Point_set | |
| get_middle_point() const | Point_set | |
| get_min_point() const | Point_set | |
| get_size_set() const | Point_set | |
| get_vertex(int k_vertex, int k_dim) | Point_set | |
| get_vertex(int k_vertex, int k_dim) const | Point_set | |
| get_vertex(int k_vertex) const | Point_set | |
| get_vertex() const | Point_set | |
| get_vertex_number() const | Point_set | |
| get_vertex_p(int k_vertex) | Point_set | |
| get_vertex_v3d(int k_vertex) const | Point_set | |
| get_vertex_vector() const | Point_set | |
| in_half_space(const V_3D &n, const V_3D &x0) const | Point_set | |
| inside_box(const V_3D &p1, const V_3D &p2) const | Point_set | |
| inside_circle(const V_3D ¢er, double radius) const | Point_set | |
| inside_circle(double x, double y, double z, double radius) const | Point_set | |
| inside_rectangle(const V_3D &p1, const V_3D &p2) const | Point_set | |
| inside_tetrahedra(const V_3D &p1, const V_3D &p2, const V_3D &p3, const V_3D &p4) const | Point_set | |
| keep_index(int k_start, int k_end) | Point_set | |
| load_collada_file(const char *filename) | Point_set | |
| load_collada_file(const std::string &filename) | Point_set | |
| load_collada_file(const std::string &filename, const std::string &name) | Point_set | |
| load_collada_file(const char *filename, const char *name) | Point_set | |
| load_collada_float_array(TiXmlNode *mesh_source, const std::string &filename) | Point_set | [private] |
| load_collada_mesh_vertices(TiXmlNode *geometry_node, const std::string &filename) | Point_set | [private] |
| load_g_file(const char *filename) | Point_set | |
| load_g_file(const std::string &filename) | Point_set | |
| load_obj_file(const char *filename) | Point_set | |
| load_obj_file(const std::string &filename) | Point_set | |
| load_off_file(const char *filename) | Point_set | |
| load_off_file(const std::string &filename) | Point_set | |
| matrix_transform(const Matrix &M) | Point_set | |
| N_closest(const V_3D ¢er, int N_closest) const | Point_set | |
| N_closest(double x, double y, double z, int N_closest) const | Point_set | |
| N_closest(double *x, int N_closest) const | Point_set | |
| operator!=(const Point_set &, const Point_set &) | Point_set | [friend] |
| operator()(int index) const | Point_set | |
| operator()(int k_index, int k_dim) const | Point_set | |
| operator()(int k_index, int k_dim) | Point_set | |
| operator*(const Matrix &M, const Point_set &) | Point_set | [friend] |
| operator+(const Point_set &, V_3D T) | Point_set | [friend] |
| operator+(const V_3D &T, const Point_set &) | Point_set | [friend] |
| operator-(const Point_set &, V_3D T) | Point_set | [friend] |
| operator-(const V_3D &T, const Point_set &) | Point_set | [friend] |
| operator<<(ostream &flux, const Point_set &) | Point_set | [friend] |
| operator=(const Point_set &) | Point_set | |
| operator==(const Point_set &, const Point_set &) | Point_set | [friend] |
| operator[](int index) | Point_set | |
| operator[](int index) const | Point_set | |
| other_index(const std::vector< int > &index) const | Point_set | |
| outside_box(const V_3D &p1, const V_3D &p2) const | Point_set | |
| outside_circle(const V_3D ¢er, double radius) const | Point_set | |
| outside_circle(double x, double y, double z, double radius) const | Point_set | |
| outside_rectangle(const V_3D &p1, const V_3D &p2) const | Point_set | |
| outside_tetrahedra(const V_3D &p1, const V_3D &p2, const V_3D &p3, const V_3D &p4) const | Point_set | |
| Point_set() | Point_set | |
| Point_set(const Point_set &) | Point_set | |
| resize(int N_vertex) | Point_set | |
| rotate(const V_3D &n, double angle) | Point_set | |
| rotate(double n_x, double n_y, double n_z, double angle) | Point_set | |
| rotate(const double *n, double angle) | Point_set | |
| rotate(const V_3D &n, double angle, const V_3D ¢er) | Point_set | |
| rotate(double n_x, double n_y, double n_z, double angle, const V_3D ¢er) | Point_set | |
| rotate(const double *n, double angle, const V_3D ¢er) | Point_set | |
| rotate_centered(const V_3D &n, double angle) | Point_set | |
| rotate_centered(double n_x, double n_y, double n_z, double angle) | Point_set | |
| rotate_centered(const double *n, double angle) | Point_set | |
| scale(double s_x, double s_y, double s_z) | Point_set | |
| scale(const double *s) | Point_set | |
| scale(const V_3D &s) | Point_set | |
| scale(double s) | Point_set | |
| scale_centered(double s_x, double s_y, double s_z) | Point_set | |
| scale_centered(const double *s) | Point_set | |
| scale_centered(const V_3D &s) | Point_set | |
| scale_centered(double s) | Point_set | |
| set_vertex(int k_vertex, double x, double y, double z) | Point_set | |
| set_vertex(int k_vertex, int k_dim, double value) | Point_set | |
| set_vertex(int k_vertex, V_3D v) | Point_set | |
| set_vertex(const std::vector< double > &to_set) | Point_set | |
| set_vertex(int k_vertex, double *v) | Point_set | |
| set_vertex(int k_vertex, int dim, double *v) | Point_set | |
| set_vertex(const Point_set &p) | Point_set | |
| size() const | Point_set | |
| translate(double t_x, double t_y, double t_z) | Point_set | |
| translate(const double *t) | Point_set | |
| translate(const V_3D &t) | Point_set | |
| unitize_size() | Point_set | |
| vertex | Point_set | [private] |
| write_g_type(const char *filename) const | Point_set | |
| write_g_type(const std::string &filename) const | Point_set | |
| write_obj_type(const char *filename) const | Point_set | |
| write_obj_type(const std::string &filename) const | Point_set | |
| write_off_type(const char *filename) const | Point_set | |
| write_off_type(const std::string &filename) const | Point_set | |
| ~Point_set() | Point_set | |