#include <a_circle.h>
|
static const std::string | help () |
|
static const std::string | help () |
|
static const std::string | help () |
|
Definition at line 31 of file a_circle.h.
◆ a_circle()
◆ area()
double a_circle::area |
( |
| ) |
const |
|
inline |
◆ centre() [1/2]
◆ centre() [2/2]
void a_circle::centre |
( |
const a_point |
c | ) |
|
|
inline |
◆ classname()
virtual const std::string a_circle::classname |
( |
| ) |
|
|
inlinevirtual |
return class name: should be overridden by children classes
Reimplemented from a_geom_base.
Definition at line 36 of file a_circle.h.
◆ help()
const std::string a_circle::help |
( |
| ) |
|
|
static |
◆ length()
double a_circle::length |
( |
| ) |
const |
|
inline |
◆ normal() [1/2]
◆ normal() [2/2]
void a_circle::normal |
( |
const a_point |
n | ) |
|
|
inline |
◆ operator=()
◆ operator==()
bool a_circle::operator== |
( |
const a_circle & |
p | ) |
|
◆ p2()
◆ p3()
◆ radius() [1/2]
double a_circle::radius |
( |
| ) |
const |
|
inline |
◆ radius() [2/2]
void a_circle::radius |
( |
double |
r | ) |
|
|
inline |
◆ read()
void a_circle::read |
( |
std::istream & |
i | ) |
|
|
virtual |
read object from stream: should be overridden by children classes
Reimplemented from a_base.
Definition at line 85 of file a_circle.cxx.
◆ write()
void a_circle::write |
( |
std::ostream & |
o | ) |
const |
|
virtual |
write object to stream: should be overridden by children classes
Reimplemented from a_base.
Definition at line 92 of file a_circle.cxx.
◆ c_
◆ n_
◆ r_
The documentation for this class was generated from the following files: