This commit is contained in:
alemuntoni 2021-03-24 17:59:53 +01:00
parent 8408a1a1d1
commit d69e3e67cc
14 changed files with 15 additions and 44 deletions

View File

@ -30,10 +30,6 @@
#include "used_types.h"
//#ifndef __VCG_MESH
//#error "This file should not be included alone. It is automatically included by complex.h"
//#endif
namespace vcg {
namespace tri {
/** \addtogroup trimesh

View File

@ -20,9 +20,7 @@
* for more details. *
* *
****************************************************************************/
//#ifndef __VCG_MESH
//#error "This file should not be included alone. It is automatically included by complex.h"
//#endif
#ifndef __VCG_COMPLEX_BASE
#define __VCG_COMPLEX_BASE

View File

@ -24,10 +24,6 @@
#ifndef VCG__FOREACH_H
#define VCG__FOREACH_H
//#ifndef __VCG_MESH
//#error "This file should not be included alone. It is automatically included by complex.h"
//#endif
#include <vcg/simplex/face/pos.h>
namespace vcg {

View File

@ -20,9 +20,7 @@
* for more details. *
* *
****************************************************************************/
//#ifndef __VCG_MESH
//#error "This file should not be included alone. It is automatically included by complex.h"
//#endif
#ifndef __VCG_EDGE_PLUS
#define __VCG_EDGE_PLUS

View File

@ -20,9 +20,7 @@
* for more details. *
* *
****************************************************************************/
//#ifndef __VCG_MESH
//#error "This file should not be included alone. It is automatically included by complex.h"
//#endif
#ifndef __VCG_EDGE_PLUS_COMPONENT
#define __VCG_EDGE_PLUS_COMPONENT

View File

@ -20,9 +20,7 @@
* for more details. *
* *
****************************************************************************/
//#ifndef __VCG_MESH
//#error "This file should not be included alone. It is automatically included by complex.h"
//#endif
#ifndef __VCG_FACE_PLUS
#define __VCG_FACE_PLUS

View File

@ -20,9 +20,7 @@
* for more details. *
* *
****************************************************************************/
//#ifndef __VCG_MESH
//#error "This file should not be included alone. It is automatically included by complex.h"
//#endif
#ifndef __VCG_FACE_PLUS_COMPONENT
#define __VCG_FACE_PLUS_COMPONENT

View File

@ -26,9 +26,6 @@ OCC = Optional Component Compact
compare with OCF(Optional Component Fast)
*/
#ifndef __VCG_MESH
#error "This file should not be included alone. It is automatically included by complex.h"
#endif
#ifndef __VCG_FACE_PLUS_COMPONENT_OCC
#define __VCG_FACE_PLUS_COMPONENT_OCC

View File

@ -22,9 +22,6 @@
****************************************************************************/
#ifndef __VCG_FACE_PLUS_COMPONENT_OCF
#define __VCG_FACE_PLUS_COMPONENT_OCF
//#ifndef __VCG_MESH
//#error "This file should not be included alone. It is automatically included by complex.h"
//#endif
#include <vector>
#include <string>

View File

@ -30,9 +30,7 @@ added
****************************************************************************/
// #ifndef __VCG_TETRA_MESH
// #error "This file should not be included alone. It is automatically included by complex.h"
// #endif
#ifndef __VCG_TETRA_PLUS
#define __VCG_TETRA_PLUS

View File

@ -20,9 +20,7 @@
* for more details. *
* *
****************************************************************************/
//#ifndef __VCG_MESH
//#error "This file should not be included alone. It is automatically included by complex.h"
//#endif
#ifndef __VCG_VERTEX_PLUS
#define __VCG_VERTEX_PLUS

View File

@ -20,9 +20,7 @@
* for more details. *
* *
****************************************************************************/
//#ifndef __VCG_MESH
//#error "This file should not be included alone. It is automatically included by complex.h"
//#endif
#ifndef __VCG_VERTEX_PLUS_COMPONENT
#define __VCG_VERTEX_PLUS_COMPONENT

View File

@ -33,12 +33,15 @@ Working release (compilata solo su MSVC), component_occ <20> migrato da component
****************************************************************************/
#ifndef __VCG_MESH
#error "This file should not be included alone. It is automatically included by complex.h"
#endif
#ifndef __VCG_VERTEX_PLUS_COMPONENT_OCC
#define __VCG_VERTEX_PLUS_COMPONENT_OCC
#include <vcg/container/vector_occ.h>
#include <vcg/space/color4.h>
#include <vcg/space/texcoord2.h>
namespace vcg {
namespace vertex {
/*

View File

@ -25,9 +25,7 @@
OCF = Optional Component Fast (hopefully)
compare with OCC(Optional Component Compact)
*/
//#ifndef __VCG_MESH
//#error "This file should not be included alone. It is automatically included by complex.h"
//#endif
#ifndef __VCG_VERTEX_PLUS_COMPONENT_OCF
#define __VCG_VERTEX_PLUS_COMPONENT_OCF