Ask a Question | Search PSRCHIVE: |
![]()
|
Plot.h Definition Plot.h:90 Definition Plot.h:90 virtual Plot * construct()=0 Return a new default constructed instance of a derived type. Constructor * get_constructor() Get the constructor. Definition Plot.C:20 virtual TextInterface::Parser * get_interface()=0 Get the text interface to the configuration attributes. virtual void set_preprocessor(Processor *) Set the pre-processor. Definition Plot.C:67 virtual Processor * get_preprocessor() Get the pre-processor. Definition Plot.C:73 virtual TextInterface::Parser * get_frame_interface()=0 Get the text interface to the frame attributes. virtual bool has_preprocessor() const Return true if pre-processor has been set. Definition Plot.C:79 virtual void preprocess(Archive *) Process the Archive as needed before calling plot. Definition Plot.C:61 virtual void configure(const std::string &) Process a configuration command. Definition Plot.C:29 void set_constructor(Constructor *c) Set the constructor. Definition Plot.h:58 virtual PlotAttributes * get_attributes()=0 Provide access to the plot attributes. Interface to any object that processes data in an Archive. Definition Processor.h:23 Generated using doxygen 1.14.0
|