Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
dnf_composer::PlotCommonParameters Struct Reference

#include <plot_parameters.h>

Collaboration diagram for dnf_composer::PlotCommonParameters:

Public Member Functions

bool operator== (const PlotCommonParameters &other) const
 
 PlotCommonParameters ()
 
 PlotCommonParameters (PlotType type)
 
 PlotCommonParameters (PlotType type, const PlotDimensions &dimensions, PlotAnnotations annotations)
 
 PlotCommonParameters (PlotType type, PlotAnnotations annotations)
 
std::string toString () const
 

Public Attributes

PlotAnnotations annotations
 
PlotDimensions dimensions
 
PlotType type
 

Constructor & Destructor Documentation

◆ PlotCommonParameters() [1/4]

dnf_composer::PlotCommonParameters::PlotCommonParameters ( )

◆ PlotCommonParameters() [2/4]

dnf_composer::PlotCommonParameters::PlotCommonParameters ( PlotType  type)
explicit

◆ PlotCommonParameters() [3/4]

dnf_composer::PlotCommonParameters::PlotCommonParameters ( PlotType  type,
PlotAnnotations  annotations 
)

◆ PlotCommonParameters() [4/4]

dnf_composer::PlotCommonParameters::PlotCommonParameters ( PlotType  type,
const PlotDimensions dimensions,
PlotAnnotations  annotations 
)

Member Function Documentation

◆ operator==()

bool dnf_composer::PlotCommonParameters::operator== ( const PlotCommonParameters other) const

◆ toString()

std::string dnf_composer::PlotCommonParameters::toString ( ) const
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ annotations

PlotAnnotations dnf_composer::PlotCommonParameters::annotations

◆ dimensions

PlotDimensions dnf_composer::PlotCommonParameters::dimensions

◆ type

PlotType dnf_composer::PlotCommonParameters::type

The documentation for this struct was generated from the following files: