Re: [Plplot-devel] C++ class constructor question

2017-02-12 Thread Phil Rosenberg
Hi Alan The short answer is yes use a transmit and receive function to send the data, but no don't create a new object every time you want to send something. The current private object is definitely the way to go. I should have used a transmit and receive function in the current code. If I wasn't

[Plplot-devel] C++ class constructor question

2017-02-11 Thread Alan W. Irwin
Hi Phil: I have noticed the style of communications you are using between various classes typically involves private variables such as PLMemoryMap m_outputMemoryMap; for wxPLDevice, a default constructors for PLMemoryMap that essentially sets everything relevant to invalid values, and no explic