CFx SDK Documentation  2023 SP0
Classes | Namespaces | Typedefs | Enumerations
FxHLR.h File Reference
#include "DDKERNEL.h"
#include "IdArrays.h"
#include "DbEntity.h"
#include "DbViewport.h"

Go to the source code of this file.

Classes

class  FxHLR::Data
 
class  FxHLR::Collector
 
class  FxHLR::Engine
 

Namespaces

 FxHLR
 

Typedefs

typedef void(* FxHLR::_AbortCallbackFct) (bool *abort)
 
typedef void(* FxHLR::_ProgressCallbackFct) (int percent_completed)
 

Enumerations

enum  FxHLR::Control {
  FxHLR::kProject = 0x0001 , FxHLR::kShowAll = 0x0002 , FxHLR::kEntity = 0x0004 , FxHLR::kBlock = 0x0008 ,
  FxHLR::kSubentity = 0x0010 , FxHLR::kHideTangents = 0x0020 , FxHLR::kCleanup = 0x0040 , FxHLR::kIsolines = 0x0080 ,
  FxHLR::kUnite = 0x0100 , FxHLR::kReuse = 0x0200 , FxHLR::kProgress = 0x0400 , FxHLR::kHandlePoints = 0x0800 ,
  FxHLR::kProcessAll = 0x1000 , FxHLR::kHonorInternals = 0x2000 , FxHLR::kMeshSilhouettes = 0x4000 , FxHLR::kSingleCacheVp = 0x8000
}