VGM Version 5.3
Loading...
Searching...
No Matches
IBooleanSolid.h File Reference
#include "VGM/common/Transform.h"
#include "VGM/solids/ISolid.h"
#include <iostream>

Go to the source code of this file.

Classes

class  VGM::IBooleanSolid
 The VGM interface to Boolean solids. More...
 

Namespaces

namespace  VGM
 VGM interfaces.
 

Enumerations

enum  VGM::BooleanType { VGM::kIntersection , VGM::kSubtraction , VGM::kUnion , VGM::kUnknownBoolean }
 

Functions

std::string VGM::BooleanTypeName (BooleanType typeId)
 
std::ostream & operator<< (std::ostream &out, const VGM::IBooleanSolid &solid)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & out,
const VGM::IBooleanSolid & solid )

Definition at line 25 of file VBooleanSolid.cxx.