ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvSubMesh.cpp File Reference
#include "ecvSubMesh.h"
#include "ecvGenericPointCloud.h"
#include "ecvMesh.h"
#include <QString>
#include <ManualSegmentationTools.h>
#include <cassert>
#include <cstring>
Include dependency graph for ecvSubMesh.cpp:

Go to the source code of this file.

Macros

#define CC_SUB_MESH_TRANSIENT_CONST_TEST(method)
 

Macro Definition Documentation

◆ CC_SUB_MESH_TRANSIENT_CONST_TEST

#define CC_SUB_MESH_TRANSIENT_CONST_TEST (   method)
Value:
bool ccSubMesh::method() const { \
return m_associatedMesh ? m_associatedMesh->method() : false; \
}
ccMesh * m_associatedMesh
Associated mesh.
Definition: ecvSubMesh.h:217

Definition at line 400 of file ecvSubMesh.cpp.