41 std::vector<double> longs;
Float vector abstraction.
Definition: Vector.h:93
virtual SetEstruct * getCopy(void) const
Virtual constructor.
Definition: DividedLine.cc:42
Finite element model generation tools.
Definition: Preprocessor.h:58
Line segment between two points.
Definition: DividedLine.h:39
DividedLine(Preprocessor *m, const size_t &ndiv=4)
Constructor.
Definition: DividedLine.cc:38
Line: base class for 1D objects.
Definition: Line.h:41
structured set, i.
Definition: SetEstruct.h:45
void setLongs(const XC::Vector &)
assigns lengths.
Definition: DividedLine.cc:46
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Pos3dArray get_positions(void) const
Return ndiv+1 positions along the line spaced according to the lengths specifiend in the longs member...
Definition: DividedLine.cc:54