EMAN2
|
#include <tomoseg.h>
Public Member Functions | |
TomoObject (vector< Vec3i > allpt, float md=1, int slice=0) | |
void | write_imod (FILE *fp) |
int | get_size () |
int | bend () |
void | enlong (EMData *bwmap, EMData *skelmap) |
Public Attributes | |
vector< int > | ptid |
vector< int > | segid |
vector< Vec3i > | allpoints |
float | maxdist |
int | nowslice |
TomoObject::TomoObject | ( | vector< Vec3i > | allpt, |
float | md = 1 , |
||
int | slice = 0 |
||
) |
Definition at line 36 of file tomoseg.cpp.
int TomoObject::bend | ( | ) |
Definition at line 92 of file tomoseg.cpp.
References allpoints, DistToLine(), maxdist, and ptid.
Referenced by TomoObject().
Definition at line 123 of file tomoseg.cpp.
int TomoObject::get_size | ( | ) |
Definition at line 119 of file tomoseg.cpp.
References ptid.
void TomoObject::write_imod | ( | FILE * | fp | ) |
Definition at line 112 of file tomoseg.cpp.
vector<Vec3i> EMAN::TomoObject::allpoints |
Definition at line 51 of file tomoseg.h.
Referenced by bend(), enlong(), TomoObject(), and write_imod().
float EMAN::TomoObject::maxdist |
Definition at line 52 of file tomoseg.h.
Referenced by bend(), and TomoObject().
int EMAN::TomoObject::nowslice |
Definition at line 53 of file tomoseg.h.
Referenced by TomoObject(), and write_imod().
vector<int> EMAN::TomoObject::ptid |
Definition at line 49 of file tomoseg.h.
Referenced by bend(), get_size(), TomoObject(), and write_imod().
vector<int> EMAN::TomoObject::segid |