TexGen
|
#include "Misc.h"
#include "Logger.h"
#include "ObjectContainer.h"
#include "Singleton.h"
#include "Section.h"
#include "SectionEllipse.h"
#include "SectionPowerEllipse.h"
#include "SectionLenticular.h"
#include "SectionBezier.h"
#include "SectionPolygon.h"
#include "SectionHybrid.h"
#include "SectionRotated.h"
#include "SectionScaled.h"
#include "SectionRectangle.h"
#include "Textile.h"
#include "TextileWeave.h"
#include "TextileWeave2D.h"
#include "TextileWeave3D.h"
#include "Domain.h"
#include "DomainPlanes.h"
#include "DomainPrism.h"
#include "Mesher.h"
#include "TextileDeformer.h"
#include "TextileDeformerVolumeMesh.h"
#include "GeometrySolver.h"
#include "Simulation.h"
#include "SimulationAbaqus.h"
#include "VoxelMesh.h"
#include "RectangularVoxelMesh.h"
#include "ShearedVoxelMesh.h"
#include "StaggeredVoxelMesh.h"
#include "OctreeVoxelMesh.h"
#include "RotatedVoxelMesh.h"
#include "PrismVoxelMesh.h"
#include "TetgenMesh.h"
#include "SurfaceMesh.h"
#include "PeriodicBoundaries.h"
#include "Textile3DWeave.h"
#include "TextileOrthogonal.h"
#include "TextileAngleInterlock.h"
#include "TextileLayerToLayer.h"
#include "TextileDecoupledLToL.h"
#include "TextileOffsetAngleInterlock.h"
#include "ShearedPeriodicBoundaries.h"
#include "StaggeredPeriodicBoundaries.h"
#include "RotatedPeriodicBoundaries.h"
#include "ShearedTextileWeave2D.h"
#include "TextileLayered.h"
#include "PatternDraft.h"
#include "AdjustMeshInterference.h"
#include "Materials.h"
#include "ShellElementExport.h"
#include "MeshDomainPlane.h"
Go to the source code of this file.
Classes | |
class | TexGen::CTexGen |
Singleton class holding the Textiles in a database. More... | |
Namespaces | |
namespace | TexGen |
Namespace containing a series of customised math operations not found in the standard c++ library. | |
Macros | |
#define | TEXGEN (CTexGen::GetInstance()) |
Helper macro to get the texgen instance. More... | |