Polygon Crucher SDK - Documentation
Documentation
Loading...
Searching...
No Matches
common_cpp_classes.h
1#ifndef COMMON_CLASSES_H
2#define COMMON_CLASSES_H
3
4#ifdef __cplusplus
5
6BEGIN_MOOTOOLS_NAMESPACE
7
8class CElementArray;
9class CFileNameSpec;
10class CFileInfo;
11class IoFile;
12class CFileParser;
13class CCustomMemFile;
14class CCustomData;
15
16END_MOOTOOLS_NAMESPACE
17// The following are not in mootools namespace at the moment
18
19#ifdef MOOTOOLS_MFC_PRODUCT_BUILD
20class CCustomFrameWnd;
22class CCommandView;
23class CCommandMenu;
24class CCustomToolbar;
25class CCustomMenu;
26class CCommandToolbar;
27class C2DFrameViewer;
28class C3DFrameViewer;
29class C2DView;
30class CDeiCoord;
31
32// Bitmap classes
33#ifndef MOOTOOLS_TOOLS_DLL // Bitmap classes are not accessible from DeiTools.dll is we are building it
34 class C2DParser;
35 class C2DIo;
36
37 class CFrameBitmap;
38 class CLayerBitmap;
39 class NTBitmap;
40 class Bitmap;
41
42 class rgbBitmap;
43 class rgb16Bitmap;
44 class g8Bitmap;
45 class alphaBitmap;
46 class zBitmap;
47 class materialBitmap;
48 class objectBitmap;
49 class uvBitmap;
50 class normalBitmap;
51 class nonclampedBitmap;
52 class coverageBitmap;
53 class backgroundBitmap;
55 class velocityBitmap;
56 class weightBitmap;
57#endif
58
60class CDeiPlugin;
61
62BEGIN_MOOTOOLS_NAMESPACE
63// Command classes
64class CDeiCommand;
65class CBitmapCommand;
66class CCommandMgr;
67class CCommandDlg;
68class CCommandParam;
69class CBitmapCommand;
70class CFilterCommand;
72END_MOOTOOLS_NAMESPACE
73#endif
74
75#endif // __cplusplus
76#endif /* COMMON_CLASSES_H */
The class defines an x, y, z 3D point which can use int, float or double.
Definition 3DPoint.h:27
CCustomData is a handly class for storing any kind of data.
Definition CustomData.h:106
Definition CustomMemFile.h:15
An advanced array class containing data that needs to be construct / destruct.
Definition ElementArray.h:69
A convenient class to get some information giving a specific file name through a CFileNameSpec object...
Definition FileInfo.h:375
A given extension may match several formats. In case of conflict CFileNameSpec is a way to indicate t...
Definition FileInfo.h:156
Definition IoCommon.h:130
IoFile is a class for reading binary or ascii file using internally a CStdioFileEx.
Definition IoFile.h:45