Block-Structured AMR Software Framework
amrex::XYPlotDataListLink Class Reference

#include <AMReX_XYPlotDataList.H>

Public Member Functions

 XYPlotDataListLink (const Real *d, int sX, int len)
 
 ~XYPlotDataListLink ()
 
Real * XYPDLLData () const
 
int XYDPLLength () const
 
int StartXi () const
 
int EndXi () const
 
bool operator< (const XYPlotDataListLink &xyp) const
 

Protected Attributes

Real * xypdllData
 
int xypdllLength
 
int startXi
 
int endXi
 

Constructor & Destructor Documentation

◆ XYPlotDataListLink()

amrex::XYPlotDataListLink::XYPlotDataListLink ( const Real *  d,
int  sX,
int  len 
)
inline

◆ ~XYPlotDataListLink()

amrex::XYPlotDataListLink::~XYPlotDataListLink ( )
inline

Member Function Documentation

◆ EndXi()

int amrex::XYPlotDataListLink::EndXi ( ) const
inline

◆ operator<()

bool amrex::XYPlotDataListLink::operator< ( const XYPlotDataListLink xyp) const
inline

◆ StartXi()

int amrex::XYPlotDataListLink::StartXi ( ) const
inline

◆ XYDPLLength()

int amrex::XYPlotDataListLink::XYDPLLength ( ) const
inline

◆ XYPDLLData()

Real* amrex::XYPlotDataListLink::XYPDLLData ( ) const
inline

Member Data Documentation

◆ endXi

int amrex::XYPlotDataListLink::endXi
protected

◆ startXi

int amrex::XYPlotDataListLink::startXi
protected

◆ xypdllData

Real* amrex::XYPlotDataListLink::xypdllData
protected

◆ xypdllLength

int amrex::XYPlotDataListLink::xypdllLength
protected

The documentation for this class was generated from the following file: