#include <vec.h>
Definition at line 560 of file vec.h.
◆ abssyscoor() [1/3]
abssyscoor::abssyscoor |
( |
void |
| ) |
|
|
inline |
◆ abssyscoor() [2/3]
abssyscoor::abssyscoor |
( |
char * |
fname | ) |
|
|
inline |
◆ abssyscoor() [3/3]
abssyscoor::abssyscoor |
( |
const String & |
fname | ) |
|
|
inline |
◆ ~abssyscoor()
virtual abssyscoor::~abssyscoor |
( |
| ) |
|
|
inlinevirtual |
◆ Gabas()
virtual const basis * abssyscoor::Gabas |
( |
void |
| ) |
const |
|
pure virtual |
◆ Gapiv()
virtual const point * abssyscoor::Gapiv |
( |
void |
| ) |
const |
|
pure virtual |
◆ print()
void abssyscoor::print |
( |
std::ostream & |
file, |
|
|
int |
l |
|
) |
| const |
|
virtual |
Reimplemented in fixsyscoor.
Definition at line 572 of file vec.cpp.
572 {
573 if (l > 0) {
574 Ifile <<
"abssyscoor::print(l=" << l <<
"): name=" <<
name <<
'\n';
575 if (l > 1) {
578 if (apiv != NULL) {
580 } else {
581 Ifile <<
"apiv=NULL\n";
582 }
584 if (abas != NULL) {
586 } else {
587 Ifile <<
"abas=NULL\n";
588 }
590 }
591 file.flush();
592 }
593}
virtual const basis * Gabas(void) const =0
virtual const point * Gapiv(void) const =0
std::ostream & noindent(std::ostream &f)
Referenced by operator<<(), and fixsyscoor::print().
◆ name
The documentation for this class was generated from the following files: