Maxima Plugin
A SMath Plugin
Loading...
Searching...
No Matches
MaximaPlugin.Converter.PowerDataContainer Class Reference

Conversion of power expressions (care for different operator priority in maxima and smath) More...

Public Member Functions

 PowerDataContainer (PowerDataContainer prev)
 Append an item tom the refs list More...
 
PowerDataContainer getNewPowerDataContainer (PowerDataContainer oldContainer)
 
PowerDataContainer getNextPowerDataContainer ()
 
PowerDataContainer getPrevPowerDataContainer ()
 
void addData (string text)
 

Public Attributes

bool firstElement = false
 
int charcounter = 0
 
int bracketOpen = 0
 
int bracketClose = 0
 
string layerMsg = "!+!+!+LAYER+!+!+!"
 
List< string > itemData = new List<string>()
 

Private Attributes

int pointerToRefs = 0
 
List< PowerDataContainerrefs = new List<PowerDataContainer>()
 

Detailed Description

Conversion of power expressions (care for different operator priority in maxima and smath)

Constructor & Destructor Documentation

◆ PowerDataContainer()

MaximaPlugin.Converter.PowerDataContainer.PowerDataContainer ( PowerDataContainer  prev)

Append an item tom the refs list

Parameters
previtem to append

Member Function Documentation

◆ addData()

void MaximaPlugin.Converter.PowerDataContainer.addData ( string  text)

Parameters
text

◆ getNewPowerDataContainer()

PowerDataContainer MaximaPlugin.Converter.PowerDataContainer.getNewPowerDataContainer ( PowerDataContainer  oldContainer)

Parameters
oldContainer
Returns

◆ getNextPowerDataContainer()

PowerDataContainer MaximaPlugin.Converter.PowerDataContainer.getNextPowerDataContainer ( )

Returns

◆ getPrevPowerDataContainer()

PowerDataContainer MaximaPlugin.Converter.PowerDataContainer.getPrevPowerDataContainer ( )

Returns

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