Uses of Class
pulse.problem.statements.Pulse
-
Packages that use Pulse Package Description pulse.problem.laser This package deals with discrete laser pulse representation and their various temporal shapes.pulse.problem.statements Introduces various problem statements for the heat conduction problem in the laser flash experiment. -
-
Uses of Pulse in pulse.problem.laser
Methods in pulse.problem.laser that return Pulse Modifier and Type Method Description PulseDiscretePulse. getPhysicalPulse()Gets the physicalPulse -
Uses of Pulse in pulse.problem.statements
Subclasses of Pulse in pulse.problem.statements Modifier and Type Class Description classPulse2DMethods in pulse.problem.statements that return Pulse Modifier and Type Method Description PulsePulse. copy()PulsePulse2D. copy()PulseProblem. getPulse()Methods in pulse.problem.statements with parameters of type Pulse Modifier and Type Method Description voidPulse. initFrom(Pulse pulse)voidPulse2D. initFrom(Pulse pulse)voidProblem. setPulse(Pulse pulse)Sets thepulseof thisProblemand assigns thisProblemas its parent.Constructors in pulse.problem.statements with parameters of type Pulse Constructor Description Pulse(Pulse p)Copy constructorPulse2D(Pulse p)Copy constructor
-