<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>I&#8217;m working on a c++ plugin that is a filter that reads a vtkStructuredGrid and generates 3 polygonal outputs.&nbsp; The environment I&#8217;m using is ParaView 3.10.1, MS Windows 7, and MS Visual Studio.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>One of the outputs is a 3D contour surface of one of four scalars in the vtkStructuredGrid input, and I&#8217;d like to be able to modify the &#8220;Color by&#8221; setting in the Display panel from &#8220;Solid Color&#8221; to color by one of the other scalars in the input.&nbsp; Easy to do through the GUI, but I&#8217;d like to do this from within the plugin.&nbsp; I have been trying to learn the C++ server manager interface, but have found it daunting.&nbsp; <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Is it possible to modify the &#8220;Color by&#8221; setting from within the plugin?<o:p></o:p></p><p class=MsoNormal>Is there a list of the groups being maintained by the server manager?&nbsp; I expect (hope) I&#8217;m interested in the groups and properties associated with the display panel, and hope to be able to set them from within the plugin.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I have another question.&nbsp; When this filter generates its three outputs, they are named output-0, output-1, and output-2 in the Pipeline Browser.&nbsp; Can I change those names to something more informative from within the plugin, such as &#8220;constant pressure surface&#8221;?<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I&#8217;ve attached the xml and cmake files I&#8217;m using along with C++ code.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Any help would be greatly appreciated.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Phil Amburn<o:p></o:p></p></div></body></html>