plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
to_pdf_from_plots_analystclass
Function
MIT
88 statements
Source File
AnalystClass.f90
AnalystClass
to_pdf_from_plots_analystclass
Contents
public function to_pdf_from_plots_analystclass(this, plot, option, layout) result(pdfobj)
Type Bound
Analyst_
Arguments
Type
Intent
Optional
Attributes
Name
class(
Analyst_
),
intent(in)
::
this
type(
Plot_
),
intent(in)
::
plot
(:,:)
character(len=*),
intent(in),
optional
::
option
integer(kind=int32),
intent(in),
optional
::
layout
(1:2)
Return Value
type(
PDF_
)