COVISE Core
Namespaces | Functions
DeleteUnusedPoints.cpp File Reference
#include "DeleteUnusedPoints.h"
#include <do/coDoPolygons.h>
#include <do/coDoLines.h>
#include <do/coDoUnstructuredGrid.h>
Include dependency graph for DeleteUnusedPoints.cpp:

Namespaces

namespace  covise
 list of all chemical elements
 

Functions

coDistributedObjectcovise::checkUSG (coDistributedObject *DistrObj, const coObjInfo &outInfo)
 
void covise::boundingBox (float **x, float **y, float **z, int *c, int n, float *bbx1, float *bby1, float *bbz1, float *bbx2, float *bby2, float *bbz2)
 
int covise::isEqual (float x1, float y1, float z1, float x2, float y2, float z2, float dist)
 
int covise::getOctant (float x, float y, float z, float ox, float oy, float oz)
 
void covise::getOctantBounds (int o, float ox, float oy, float oz, float bbx1, float bby1, float bbz1, float bbx2, float bby2, float bbz2, float *bx1, float *by1, float *bz1, float *bx2, float *by2, float *bz2)
 
void covise::computeCell (float *xcoord, float *ycoord, float *zcoord, int *coordInBox, int numCoordInBox, float bbx1, float bby1, float bbz1, float bbx2, float bby2, float bbz2, int optimize, float maxDistanceSqr, int maxCoord)
 
void covise::computeCell (float *xcoord, float *ycoord, float *zcoord, int *coordInBox, int numCoordInBox, float bbx1, float bby1, float bbz1, float bbx2, float bby2, float bbz2, int maxCoord, int *replBy, int &numCoordToRemove)
 
void covise::computeWorkingLists (int num_coord)
 
void covise::computeReplaceLists (int num_coord, int *replBy, int *&source2filtered, int *&filtered2source)
 
coDistributedObjectcovise::filterCoordinates (coDistributedObject *obj_in, const coObjInfo &outInfo, int master_num_coord, float *xcoord, float *ycoord, float *zcoord)