Loading [MathJax]/extensions/tex2jax.js
politopix  5.0.0
PseudoIntersectionWithoutCaps Class Reference

Remove all cap half-spaces and then compute the intersection of two capped polytopes. More...

#include <PolyhedralAlgorithms_Rn.h>

Collaboration diagram for PseudoIntersectionWithoutCaps:
Collaboration graph

Public Member Functions

 PseudoIntersectionWithoutCaps (const boost::shared_ptr< Polytope_Rn > &A, const boost::shared_ptr< Polytope_Rn > &B, boost::shared_ptr< Polytope_Rn > &C, const std::set< unsigned int > &firstOperandCaps, const std::set< unsigned int > &secondOperandCaps, std::set< unsigned int > &newCaps, double bb_size=1000.)
 Remove all cap half-spaces and then compute the intersection of two capped polytopes. More...
 

Detailed Description

Remove all cap half-spaces and then compute the intersection of two capped polytopes.

Definition at line 304 of file PolyhedralAlgorithms_Rn.h.

Constructor & Destructor Documentation

◆ PseudoIntersectionWithoutCaps()

PseudoIntersectionWithoutCaps::PseudoIntersectionWithoutCaps ( const boost::shared_ptr< Polytope_Rn > &  A,
const boost::shared_ptr< Polytope_Rn > &  B,
boost::shared_ptr< Polytope_Rn > &  C,
const std::set< unsigned int > &  firstOperandCaps,
const std::set< unsigned int > &  secondOperandCaps,
std::set< unsigned int > &  newCaps,
double  bb_size = 1000. 
)

Remove all cap half-spaces and then compute the intersection of two capped polytopes.

Definition at line 1190 of file PolyhedralAlgorithms_Rn.cpp.

Here is the call graph for this function:

The documentation for this class was generated from the following files: