![]() |
TAPs 0.7.7.3
|
#include "TAPsListOfNamespaces.hpp"
Include dependency graph for TAPsDef.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Defines | |
| #define | TAPs_USE_DOUBLE |
| #define | TAPsDebugMessage(x) std::cout << "TAPs Debug: " << x; |
| Use these defines to code more detail debug messages. | |
| #define | TAPs_USE_WXWIDGETS |
Typedefs | |
| typedef double | Real |
| #define TAPs_USE_DOUBLE |
Definition at line 58 of file TAPsDef.hpp.
| #define TAPs_USE_WXWIDGETS |
Enable face's vertex color to be supported by models Enable face's vertex texture coordinates to be supported by models Use wxWidgets to support image reading
Definition at line 136 of file TAPsDef.hpp.
| #define TAPsDebugMessage | ( | x | ) | std::cout << "TAPs Debug: " << x; |
Use these defines to code more detail debug messages.
Definition at line 94 of file TAPsDef.hpp.
Referenced by CGMath< T >::FindIntersectionCylinderTriangle().
| typedef double Real |
An application using TAPs library should define a number of TAPs available definitions to configure the TAPs library to suit the application's needs.
Recommend: Copy the TAPs/TAPsSetup.hpp to a local directory of the application. Modify the TAPsSetup.hpp to suit the application's needs.
Definition at line 57 of file TAPsDef.hpp.