JunkBox_Lib++ (for Windows) 1.10.1
Loading...
Searching...
No Matches
OBJDataTool.h File Reference
#include "tools++.h"
#include "txml.h"
#include "TriBrep.h"
#include "Rotation.h"
#include "ContourBaseData.h"
#include "MaterialParam.h"
#include "MeshObjectData.h"
Include dependency graph for OBJDataTool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OBJData
 
class  OBJFacetGeoNode
 
class  OBJFacetMtlNode
 

Namespaces

namespace  jbxl
 

Macros

#define OBJDATATOOL_STR_OBJFL   "OBJ File"
 
#define OBJDATATOOL_STR_MTLFL   "MTL File"
 
#define OBJDATATOOL_STR_TOOL   "Created by CBJDataTool in the JunkBox_Lib++ (https://github.com/JunkBox-Library)"
 
#define OBJDATATOOL_STR_AUTHOR   "JBXL OBJ Data Tool Library (C) 2024 by Fumi.Iseki"
 
#define OBJDATATOOL_STR_VER   "version 1.0.0, 1 Feb. 2024"
 
#define OBJDATATOOL_MAX_FACET   500
 Max Facets number per File.
 

Functions

void freeOBJData (OBJData *obj)
 

Macro Definition Documentation

◆ OBJDATATOOL_MAX_FACET

#define OBJDATATOOL_MAX_FACET   500

Definition at line 28 of file OBJDataTool.h.

Referenced by OBJData::output_obj().

◆ OBJDATATOOL_STR_AUTHOR

#define OBJDATATOOL_STR_AUTHOR   "JBXL OBJ Data Tool Library (C) 2024 by Fumi.Iseki"

Definition at line 25 of file OBJDataTool.h.

Referenced by OBJData::output_mtl(), and OBJData::output_obj().

◆ OBJDATATOOL_STR_MTLFL

#define OBJDATATOOL_STR_MTLFL   "MTL File"

Definition at line 23 of file OBJDataTool.h.

Referenced by OBJData::output_mtl().

◆ OBJDATATOOL_STR_OBJFL

#define OBJDATATOOL_STR_OBJFL   "OBJ File"

Definition at line 22 of file OBJDataTool.h.

Referenced by OBJData::output_obj().

◆ OBJDATATOOL_STR_TOOL

#define OBJDATATOOL_STR_TOOL   "Created by CBJDataTool in the JunkBox_Lib++ (https://github.com/JunkBox-Library)"

Definition at line 24 of file OBJDataTool.h.

Referenced by OBJData::output_mtl(), and OBJData::output_obj().

◆ OBJDATATOOL_STR_VER

#define OBJDATATOOL_STR_VER   "version 1.0.0, 1 Feb. 2024"

Definition at line 26 of file OBJDataTool.h.

Referenced by OBJData::output_mtl(), and OBJData::output_obj().