[Paraview] Labelling Cell Data

2018-01-29 Thread Dean, Kevin
Hello All, I am currently writing a plugin for ml labelling purposes. I split different volumes into slices, grid them, and label them. I currently use the properties panel one grid (pixel) at a time (which for time purposes isn't the best obviously). Is it possible to incorporate ParaView's

[Paraview] Fwd: Fwd: Updating Properties Panel

2017-05-24 Thread Dean, Kevin
-- Forwarded message -- From: Dean, Kevin <kevin.d...@decisionsciencescorp.com> Date: Wed, May 24, 2017 at 10:59 AM Subject: Re: [Paraview] Fwd: Updating Properties Panel To: Utkarsh Ayachit <utkarsh.ayac...@kitware.com> Ok, Some Information will probably s

[Paraview] Fwd: Updating Properties Panel

2017-05-23 Thread Dean, Kevin
-- Forwarded message -- From: Dean, Kevin <kevin.d...@decisionsciencescorp.com> Date: Mon, May 22, 2017 at 12:37 PM Subject: Re: Updating Properties Panel To: Utkarsh Ayachit <utkarsh.ayac...@kitware.com> So I have one more question. I have added a dropdown box in ord

[Paraview] Updating Properties Panel

2017-05-16 Thread Dean, Kevin
Hey Guys, I was wondering if there's an example for me to look at for updating values in the fields of the properties panel. I am writing a Plugin that has the option of reading in values from a CSV, but I would like to have the values update in the properties panel... similar to how if you use a

[Paraview] Multi Block Data Set

2017-05-12 Thread Dean, Kevin
Hello, Is there a way to select a block from a multiblock dataset and update its position independent of the rest of the dataset? Kevin Dean -- This email and its contents are confidential. If you are not the intended recipient, please do not disclose or use the information within this email

[Paraview] Interactive Plugin Examples

2017-05-02 Thread Dean, Kevin
Hello All, I was wondering if there are any examples on how to make an interactive plugin. What that means is I would like to have the ability to adjust (let's say) the size of a box and move it along an image to define an object's (object is within image) extents. Thanks, Kevin -- This email

[Paraview] Labeling Polydatas

2017-02-02 Thread Dean, Kevin
Hey Guys, So I understand how to utilize the selection display inspector to visualize a cell id number. However, is there a way to have the labels associated with the polydata (or all inside of an vtkAppendPolyData) so that when I load my .vtp, I automatically see the Cell Ids? -- This email

[Paraview] vtkTableAlgorithm

2016-10-11 Thread Dean, Kevin
I am currently trying to compose a plugin that updates a 2D histogram of my data. I was wondering if vtkTableAlgorithm is the base that I should use? Kevin -- This email and its contents are confidential. If you are not the intended recipient, please do not disclose or use the information

[Paraview] Calling Request Data for Plugin

2016-05-11 Thread Dean, Kevin
Hey guys, so I have a plugin that acquires data across a DDS socket in real-time. However, I am having trouble calling request data continuously. I can see the data being piped into ParaView no problem. However, I would like to do something similar to the PCL Plugin as to when there is a new

[Paraview] Writing Filter Plugin

2016-05-02 Thread Dean, Kevin
Is there a way to do multiclass inheritance while writing your xml for a Plugin? Kevin Dean -- This email and its contents are confidential. If you are not the intended recipient, please do not disclose or use the information within this email or its attachments. If you have received this

[Paraview] ParaView Plugin Idea

2016-04-30 Thread Dean, Kevin
Hey guys, I am trying to write a paraview filter that utilizes "Extract Subset." However, I want to base it off of a slider methodology as opposed to typing in the extents. Are there any examples that could get me started on manipulating the render view based off sliders? This is the end goal of

[Paraview] ParaView numpy interface question

2016-04-04 Thread Dean, Kevin
Hey all, I have a quick question about setting scalar values with the python macro inside paraview. So I have two images that I want to do scalar manipulation with. *example code:* from paraview import simple from vtk.util import numpy_support as npvtk import

[Paraview] Finding Resultant Polydata

2016-03-25 Thread Dean, Kevin
Hi all, I was wondering if there was a way to find a resultant polydata by subtract one polydata from another? I have an vtkAppenPolyData with about 19 inputs, and I would like to specify the area that doesn't exist within the append. Is there a way to subtract this append from a polydata

[Paraview] QLineEdit & proxy()->InvokeCommand()

2016-01-04 Thread Dean, Kevin
I am writing a plugin that, theoretically, should be able to change inputs as I apply them through a QLineEdit. The file that I am using to create the UI portions of the plugin is similar to that of the PointCloudLibrary. However, I was wondering if there is a way to pass along the "changed value"

Re: [Paraview] Conversions

2015-07-24 Thread Dean, Kevin
to the Wavelet. Click OK. HTH, Cory On Thu, Jul 23, 2015 at 6:56 PM, Dean, Kevin kevin.d...@decisionsciencescorp.com wrote: Is there an example for converting an UnstructuredGrid to a StructuredGrid? Kevin E. Dean This email and its contents are confidential. If you are not the intended

[Paraview] Conversions

2015-07-23 Thread Dean, Kevin
Is there an example for converting an UnstructuredGrid to a StructuredGrid? Kevin E. Dean -- This email and its contents are confidential. If you are not the intended recipient, please do not disclose or use the information within this email or its attachments. If you have received this email

Re: [Paraview] Executive Not calling RequestData

2015-06-30 Thread Dean, Kevin
Well, after moving the writer to my RequestData function, I found that the output is not properly copying the multi-block dataset for some reason. I have to try and figure that out... Kevin E. Dean On Tue, Jun 30, 2015 at 4:22 PM, Dean, Kevin kevin.d...@decisionsciencescorp.com wrote: So I

Re: [Paraview] Update Request Data / Information

2015-06-17 Thread Dean, Kevin
? Thanks. Kevin E. Dean On Tue, Jun 16, 2015 at 12:23 PM, Dean, Kevin kevin.d...@decisionsciencescorp.com wrote: Hey guys. I have a dilemma. I have a script that publishes some reconstruction image (which I then convert to vtkImageData) to a DDS port; and I have ParaView connecting

[Paraview] Update Request Data / Information

2015-06-16 Thread Dean, Kevin
Hey guys. I have a dilemma. I have a script that publishes some reconstruction image (which I then convert to vtkImageData) to a DDS port; and I have ParaView connecting to that within my properties plugin. However, I cannot figure out how to update request data when trying to render the image

[Paraview] pvserver

2015-06-01 Thread Dean, Kevin
Hey, How's it going? I am currently trying to figure out how to acquire real-time image reconstruction updates across a cluster configuration. I have several reader (plugins) that convert from my types to vtk types. I have also utilized pvserver minimally; but should it be able to read/handle

[Paraview] Utilizing ParaView Server

2015-05-27 Thread Dean, Kevin
Hey what's up? I have a couple questions about using ParaView server? 1. I have figured out how to connect to the localhost as an example. I am trying to understand/figure out how paraview can actually update live images once data is being published to whatever port is specified? Is there any

[Paraview] Switching Between Readers

2015-05-17 Thread Dean, Kevin
I was wondering if there was a way to instantiate a superclass that, let's say, can switch between vtkPolyDataAlgorithm and vtkImageAlgorithm. I have a reader that (as of now) converts the data within a protobuf file to image data. But currently, I have multiple protobuf files with different

Re: [Paraview] Fwd: Image Doesn't load correctly

2015-05-05 Thread Dean, Kevin
never call SetFileName). But if that were really true I don't get how RequestData is getting called... On 05/05/2015 10:00 AM, Dean, Kevin wrote: at the moment I do not implement that. I am assuming that may be the reason why I get this message every time i load the shared object file

Re: [Paraview] Fwd: Image Doesn't load correctly

2015-05-05 Thread Dean, Kevin
nevermind, I figured it out. the xml I had didn't like having a documentation section within the string vector property Kevin On Tue, May 5, 2015 at 4:31 PM, Dean, Kevin kevin.d...@decisionsciencescorp.com wrote: ok, now I am getting new and exciting error messages for loading the plugin

[Paraview] Fwd: Image Doesn't load correctly

2015-05-05 Thread Dean, Kevin
-- Forwarded message -- From: Dean, Kevin kevin.d...@decisionsciencescorp.com Date: Mon, May 4, 2015 at 5:10 PM Subject: Re: [Paraview] Image Doesn't load correctly To: Burlen Loring burlen.lor...@gmail.com awesome, thanks, that did it. One more question. Is there a way to debug

Re: [Paraview] Image Doesn't load correctly

2015-05-04 Thread Dean, Kevin
...@kitware.com wrote: You can also use the Information panel to see what arrays are being read in and what their ranges are. On Sat, May 2, 2015 at 7:06 PM, Dean, Kevin kevin.d...@decisionsciencescorp.com wrote: looked at the spreadsheet view in the GUI, and it looks like none of the Point