AMCAX Kernel 1.0.0.0
Loading...
Searching...
No Matches
StepData.hpp File Reference

Represents a product in the STEP standard. More...

#include <algorithm>
#include <cstring>
#include <string>
#include <unordered_map>
#include <vector>
#include <topology/TopoIterator.hpp>
#include <topology/TopoLocation.hpp>
#include <topology/TopoShape.hpp>
#include <topology/TopoBuilder.hpp>
#include <topology/TopoCompound.hpp>
#include <common/Macros.hpp>
#include <step/ShapeRGBA.hpp>
#include <step/StepFactors.hpp>
#include <step/StepProperty.hpp>
#include <step/StepShapeRepresentationType.hpp>
#include <af/label/Label.hpp>
+ Include dependency graph for StepData.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  AMCAX::STEP::StepData
 Represents a product in the STEP standard. More...
 

Namespaces

namespace  AMCAX
 Namespace of all interface in the AMCAX kernel.
 
namespace  AMCAX::STEP
 Namespace of all interface in the AMCAX STEP module.
 

Typedefs

using  AMCAX::STEP::ProductPtr = std::shared_ptr<StepData>
 
using  AMCAX::STEP::StepDataList = std::vector<ProductPtr>
 
using  AMCAX::STEP::PropertyPair = std::pair<TopoShape, StepPropertyUnit>
 
using  AMCAX::STEP::PropertyChain = std::vector<PropertyPair>
 

Detailed Description

Represents a product in the STEP standard.

This file is part of AMCAX Kernel.