#include <GEO_PointConnector.h>
Classes | |
| class | geo_PointConnectivity |
Public Member Functions | |
| GEO_PointConnector (GEO_Detail &gdp, GEO_PointRefArray *ptrefarray=0) | |
| GEO_PointConnector (GEO_Detail &gdp, const GB_PointGroup &ptgrp, bool collapse=false, GEO_PointRefArray *ptrefarray=0) | |
| ~GEO_PointConnector () | |
| int | getTreeCount () const |
| const geo_PointArray & | points (int i) const |
| const geo_PointArray & | connectedPoints (int i) const |
| const geo_PrimArray & | connectedPrims (int i) const |
| void | clear () |
| int | buildPointConnections (GEO_Point &pt, bool collapse=false) |
| int | buildPointConnections (const GB_PointGroup &ptgroup, bool collapse=false) |
| int | getPointTree (GEO_Point &pt) |
| int | getPrimTree (GEO_Primitive &prim) |
| bool | arePointsConnected (GEO_Point &pt0, GEO_Point &pt1) |
| int | addPoint (GEO_Point *pt) |
Definition at line 37 of file GEO_PointConnector.h.
| GEO_PointConnector::GEO_PointConnector | ( | GEO_Detail & | gdp, | |
| GEO_PointRefArray * | ptrefarray = 0 | |||
| ) |
| GEO_PointConnector::GEO_PointConnector | ( | GEO_Detail & | gdp, | |
| const GB_PointGroup & | ptgrp, | |||
| bool | collapse = false, |
|||
| GEO_PointRefArray * | ptrefarray = 0 | |||
| ) |
| GEO_PointConnector::~GEO_PointConnector | ( | ) |
| int GEO_PointConnector::addPoint | ( | GEO_Point * | pt | ) |
| int GEO_PointConnector::buildPointConnections | ( | const GB_PointGroup & | ptgroup, | |
| bool | collapse = false | |||
| ) |
| int GEO_PointConnector::buildPointConnections | ( | GEO_Point & | pt, | |
| bool | collapse = false | |||
| ) |
| void GEO_PointConnector::clear | ( | ) |
| const geo_PointArray& GEO_PointConnector::connectedPoints | ( | int | i | ) | const [inline] |
Definition at line 54 of file GEO_PointConnector.h.
| const geo_PrimArray& GEO_PointConnector::connectedPrims | ( | int | i | ) | const [inline] |
Definition at line 57 of file GEO_PointConnector.h.
| int GEO_PointConnector::getPointTree | ( | GEO_Point & | pt | ) |
| int GEO_PointConnector::getPrimTree | ( | GEO_Primitive & | prim | ) |
| int GEO_PointConnector::getTreeCount | ( | ) | const [inline] |
Definition at line 46 of file GEO_PointConnector.h.
| const geo_PointArray& GEO_PointConnector::points | ( | int | i | ) | const [inline] |
Definition at line 50 of file GEO_PointConnector.h.
1.5.9