What version of ParaView are you using? Did you look at the updated example to add a mapper for the 3.10 onwards on wiki I posted to your query earlier. You'll notice that the style has changed. You no long define the XML are you are doing here. Please refer to the example and Wiki I mentioned earlier.
Utkarsh On Mon, Apr 11, 2011 at 10:49 AM, 胡健 <[email protected]> wrote: > hello all: > I want to add vtkHAVSvolumemapper to paraview as a plugin! here is my > xml file: > when I run paraview and load the plugin and open a data, the program will > give me an error message "access violation". anybody know what's wrong with > it? I also upload my .h .cxx and cmakelist file in accessory! any help will > be appreciate! thank you! > > <ServerManaerConfiguration> > <ProxyGroup name="mappers"> > <SourceProxy name="MyHAVSMapper" > class="vtkMyHAVSMapper" > > > <!-- And any extra properties for this mapper --> > </SourceProxy> > </ProxyGroup> > > <ProxyGroup name="representations"> > <UnstructuredGridVolumeRepresentationProxy name="MyHAVSRepresentation" > base_proxygroup="representations"> > <Documentation> > This is the new representation type we are adding. This is identical > to > the SurfaceRepresentation except that we are overriding the mapper > with > our mapper. > </Documentation> > > <InputProperty name="Input" > command="NotUsed"> > <InputArrayDomain name="input_array_any" > attribute_type="any"> > </InputArrayDomain> > </InputProperty> > > <SubProxy> > <Proxy name="Mapper" proxygroup="mappers" > proxyname="MyHAVSMapper" > override="1" /> > <ExposedProperties> > <Property name="LookupTable" /> > <Property name="MapScalars" /> > <Property name="ImmediateModeRendering" /> > <Property name="InterpolateScalarsBeforeMapping" /> > <Property name="UseLookupTableScalarRange" /> > <Property name="ClippingPlanes" /> > <Property name="StaticMode" /> > </ExposedProperties> > </SubProxy> > > <SubProxy> > <Proxy name="LODMapper" > proxygroup="mappers" > proxyname="MyHAVSMapper" override="1"/> > <ShareProperties subproxy="Mapper" > > <Exception name="Input" /> > </ShareProperties> > </SubProxy> > > <!-- End of SurfaceRepresentation --> > </UnstructuredGridVolumeRepresentationProxy> > > <Extension name="UnstructuredGridRepresentation"> > <Documentation> > Extends standard UnstructuredGridRepresentation by adding > MySpecialRepresentation as a new type of representation. > </Documentation> > > <!-- this adds to what is already defined in PVRepresentationBase --> > <RepresentationType subproxy="MyHAVSRepresentation" > text="HAVSMapper" subtype="1" /> > > <SubProxy> > <Proxy name="MyHAVSRepresentation" > proxygroup="representations" proxyname="MyHAVSRepresentation"> > </Proxy> > <ShareProperties subproxy="SurfaceRepresentation"> > <Exception name="Input" /> > <Exception name="Visibility" /> > <Exception name="Representation" /> > </ShareProperties> > </SubProxy> > </Extension> > </ProxyGroup> > > </ServerManaerConfiguration> > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
