#include <intersector_parametric.hpp>
Intersection of parametric surfaces. This process class computes either
ParametricSurface
,Mesh
,eval
. Definition at line 23 of file intersector_parametric.hpp.
Definition at line 24 of file intersector_parametric.hpp.
Definition at line 25 of file intersector_parametric.hpp.
Definition at line 26 of file intersector_parametric.hpp.
intersector_parametric | ( | ) | [inline] |
Definition at line 28 of file intersector_parametric.hpp.
intersector_parametric | ( | Input * | s | ) | [inline] |
Definition at line 34 of file intersector_parametric.hpp.
intersector_parametric | ( | Input * | s1, | |
Input * | s2 | |||
) | [inline] |
Definition at line 38 of file intersector_parametric.hpp.
Output* get_output | ( | void | ) | [inline] |
Definition at line 52 of file intersector_parametric.hpp.
void run | ( | void | ) | [inline] |
Definition at line 64 of file intersector_parametric.hpp.
Definition at line 48 of file intersector_parametric.hpp.
void set_input | ( | Input * | s | ) | [inline] |
Definition at line 46 of file intersector_parametric.hpp.
void set_input1 | ( | Input * | s | ) | [inline] |
Definition at line 49 of file intersector_parametric.hpp.
void set_input2 | ( | Input * | s | ) | [inline] |
Definition at line 50 of file intersector_parametric.hpp.
void set_sample | ( | int | n, | |
int | m | |||
) | [inline] |
Set the number of samples for each parameter.
Definition at line 44 of file intersector_parametric.hpp.
void set_sample | ( | int | n | ) | [inline] |
Set the number of samples for both parameters.
Definition at line 42 of file intersector_parametric.hpp.