![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "ObjFilter.h"#include "FileIO.h"#include <QApplication>#include <QFile>#include <QFileInfo>#include <QString>#include <QStringList>#include <QTextStream>#include <QtCompat.h>#include <CVLog.h>#include <Delaunay2dMesh.h>#include <ecvChunk.h>#include <ecvHObjectCaster.h>#include <ecvMaterial.h>#include <ecvMaterialSet.h>#include <ecvMesh.h>#include <ecvNormalVectors.h>#include <ecvPointCloud.h>#include <ecvPolyline.h>#include <ecvProgressDialog.h>#include <ecvSubMesh.h>#include <cstring>
Go to the source code of this file.
Classes | |
| struct | facetElement |
| OBJ facet ('f') element. More... | |
Functions | |
| static bool | UpdatePointIndex (int &vIndex, int maxIndex) |
| Updates point index to a global index starting from 0! More... | |
|
static |
Updates point index to a global index starting from 0!
Definition at line 379 of file ObjFilter.cpp.
Referenced by ObjFilter::loadFile(), and facetElement::updatePointIndex().