Polygon Crucher SDK - Documentation
Documentation
Loading...
Searching...
No Matches
PointList.h File Reference

Detailed Description

CPointList class is the base class for different point array (C3DPointList, CUVWPointList...)

#include "DataChunk.h"
#include "3DExtraData.h"
#include "ElementArray.h"
#include "Point.h"

Go to the source code of this file.

Classes

class  CPointList
 CPointList is the base class for different classes (C3DPointList, CUVWPointList...) that contains data such points, uvw, vectors... More...
 

Macros

#define POINT_ORIGINAL_INDEX_CHUNK   MAKE_CUSTOM_ID('P', 'O', 'O', 'I')
 

Typedefs

typedef enum POINTLIST_PROPERTIES POINTLIST_PROPERTIES
 

Enumerations

enum  POINTLIST_PROPERTIES { POINTLIST_NONE = 0x00 , POINTLIST_HAS_CHANGED = 0x01 }
 Flags used by CPointList. More...
 

Enumeration Type Documentation

◆ POINTLIST_PROPERTIES

Flags used by CPointList.

Enumerator
POINTLIST_HAS_CHANGED 

Should be set each time something important changed, in order to update internal graphs.