OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
#include <Intersection.h>
Public Member Functions | |
Intersection () | |
Intersection (const Intersection &right) | |
virtual | ~Intersection () |
virtual void | print (int indentwidth) |
virtual void | apply (std::vector< std::shared_ptr< Base > > &bfuncs) |
Public Member Functions inherited from mslang::Function | |
virtual | ~Function () |
virtual void | print (int indent)=0 |
virtual void | apply (std::vector< std::shared_ptr< Base > > &bfuncs)=0 |
Static Public Member Functions | |
static bool | parse_detail (iterator &it, const iterator &end, Function *&fun) |
Static Public Member Functions inherited from mslang::Function | |
static bool | parse (iterator &it, const iterator &end, Function *&fun) |
Public Attributes | |
Function * | firstOperand_m |
Function * | secondOperand_m |
Additional Inherited Members | |
Static Public Attributes inherited from mslang::Function | |
static const std::string | UDouble = "([0-9]+\\.?[0-9]*([Ee][+-]?[0-9]+)?)" |
static const std::string | Double = "(-?[0-9]+\\.?[0-9]*([Ee][+-]?[0-9]+)?)" |
static const std::string | UInt = "([0-9]+)" |
static const std::string | FCall = "([a-z_]*)\\((.*)" |
Definition at line 7 of file Intersection.h.
|
inline |
Definition at line 11 of file Intersection.h.
|
inline |
Definition at line 14 of file Intersection.h.
|
inlinevirtual |
Definition at line 19 of file Intersection.h.
References firstOperand_m, and secondOperand_m.
|
virtual |
Implements mslang::Function.
Definition at line 16 of file Intersection.cpp.
References mslang::Function::apply(), firstOperand_m, and secondOperand_m.
|
static |
Definition at line 40 of file Intersection.cpp.
References end(), firstOperand_m, mslang::Function::parse(), and secondOperand_m.
Referenced by mslang::Function::parse().
|
virtual |
Implements mslang::Function.
Definition at line 6 of file Intersection.cpp.
References firstOperand_m, mslang::Function::print(), and secondOperand_m.
Function* mslang::Intersection::firstOperand_m |
Definition at line 8 of file Intersection.h.
Referenced by apply(), parse_detail(), print(), and ~Intersection().
Function* mslang::Intersection::secondOperand_m |
Definition at line 9 of file Intersection.h.
Referenced by apply(), parse_detail(), print(), and ~Intersection().