#include <statics.hpp>
Inheritance diagram for StaticRingIntegrated:
Public Member Functions | |
StaticRingIntegrated (prec_t currentAMPS, const vect3d &pos, prec_t radius, prec_t wire_radius, const vect3d &normal) | |
virtual | ~StaticRingIntegrated () |
std::string | get_povray_script () |
bool | inContact (const vect3d &pos) |
Test whether given position is in contact with the given current element. |
Definition at line 166 of file statics.hpp.
StaticRingIntegrated::StaticRingIntegrated | ( | prec_t | currentAMPS, | |
const vect3d & | pos, | |||
prec_t | radius, | |||
prec_t | wire_radius, | |||
const vect3d & | normal | |||
) |
virtual StaticRingIntegrated::~StaticRingIntegrated | ( | ) | [virtual] |
std::string StaticRingIntegrated::get_povray_script | ( | ) |
Reimplemented from RingBase.
bool StaticRingIntegrated::inContact | ( | const vect3d & | pos | ) | [virtual] |
Test whether given position is in contact with the given current element.
Reimplemented from StaticIntegrated.