added the inclusion of the component_ocf files for the type definitions
This commit is contained in:
parent
6befc46a59
commit
987d9df418
|
@ -34,7 +34,8 @@
|
||||||
|
|
||||||
#ifndef __VCGLIB_IMPORT_VMI
|
#ifndef __VCGLIB_IMPORT_VMI
|
||||||
#define __VCGLIB_IMPORT_VMI
|
#define __VCGLIB_IMPORT_VMI
|
||||||
|
#include<vcg/simplex/vertex/component_ocf.h>
|
||||||
|
#include<vcg/simplex/face/component_ocf.h>
|
||||||
/*
|
/*
|
||||||
VMI VCG Mesh Image.
|
VMI VCG Mesh Image.
|
||||||
The vmi image file consists of a header containing the description of the vertex and face type,
|
The vmi image file consists of a header containing the description of the vertex and face type,
|
||||||
|
@ -465,7 +466,7 @@ namespace io {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static bool Open(OpenMeshType &m,char * filename){
|
static bool Open(OpenMeshType &m, const char * filename, int &/*mask*/, CallBackPos *cb=0){
|
||||||
|
|
||||||
typedef typename OpenMeshType::VertexType VertexType;
|
typedef typename OpenMeshType::VertexType VertexType;
|
||||||
typedef typename OpenMeshType::FaceType FaceType;
|
typedef typename OpenMeshType::FaceType FaceType;
|
||||||
|
|
Loading…
Reference in New Issue