[Paraview] 3D view update issue

2008-09-15 Thread Moreland, Kenneth
Recently I have been noticing an update issue with the 3D views.  For
example, create a sphere source and hit apply.  Nothing is shown in the 3D
view until you click in it.

Has anyone else been seeing this?

-Ken

     Kenneth Moreland
***  Sandia National Laboratories
***
*** *** ***  email: [EMAIL PROTECTED]
**  ***  **  phone: (505) 844-8919
***  fax:   (505) 845-0833



___
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] 3D view update issue

2008-09-15 Thread Utkarsh Ayachit

Is this on Mac? Berk and Dave D. have been seeing this on their Macs.

Utkarsh

Moreland, Kenneth wrote:

Recently I have been noticing an update issue with the 3D views.  For
example, create a sphere source and hit apply.  Nothing is shown in the 3D
view until you click in it.

Has anyone else been seeing this?

-Ken

     Kenneth Moreland
***  Sandia National Laboratories
***
*** *** ***  email: [EMAIL PROTECTED]
**  ***  **  phone: (505) 844-8919
***  fax:   (505) 845-0833



___
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview


___
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] 3D view update issue

2008-09-15 Thread Moreland, Kenneth
I have been experiencing it on my Mac.  I also saw it from a Linux machine when 
hosting back to my Mac desktop.

-Ken


On 9/15/08 10:11 AM, Utkarsh Ayachit [EMAIL PROTECTED] wrote:

Is this on Mac? Berk and Dave D. have been seeing this on their Macs.

Utkarsh

Moreland, Kenneth wrote:
 Recently I have been noticing an update issue with the 3D views.  For
 example, create a sphere source and hit apply.  Nothing is shown in the 3D
 view until you click in it.

 Has anyone else been seeing this?

 -Ken

  Kenneth Moreland
 ***  Sandia National Laboratories
 ***
 *** *** ***  email: [EMAIL PROTECTED]
 **  ***  **  phone: (505) 844-8919
 ***  fax:   (505) 845-0833



 ___
 ParaView mailing list
 ParaView@paraview.org
 http://www.paraview.org/mailman/listinfo/paraview





     Kenneth Moreland
***  Sandia National Laboratories
***
*** *** ***  email: [EMAIL PROTECTED]
**  ***  **  phone: (505) 844-8919
***  fax:   (505) 845-0833

___
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Getting original node's id's

2008-09-15 Thread Rafael March
Hey Paraview Community,
 
I have a filter that receives an UnstructuredGrid as input, and associates an 
integer number (according to some rule, of course) to each Point of the mesh. 
So, I can use the Threshold filter to separate a piece of my model from the 
rest (for instance, I can filter my model in order to show only the nodes whose 
integer number is 6). The problem is, when I use this filter, Paraview 
atributtes new id's to the nodes. I would like to maintain the original numbers 
!
 
Does anybody know how to solve this problem ? I thought that I might store the 
point's memory address so that I can walk through the pipeline later and 
recover the id, but I don't think Paraview maintain these addresses either.
 
Thanks in advance.
 
Rafael March.


  ___
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Getting original node's id's

2008-09-15 Thread Dominik Szczerba
- quick and dirty: keep original ids as a scalar point data
- elegant: use kd-tree search to find the original ids
- Dominik

On Monday 15 September 2008 03:59:50 pm Rafael March wrote:
 Hey Paraview Community,
  
 I have a filter that receives an UnstructuredGrid as input, and associates
 an integer number (according to some rule, of course) to each Point of the
 mesh. So, I can use the Threshold filter to separate a piece of my model
 from the rest (for instance, I can filter my model in order to show only
 the nodes whose integer number is 6). The problem is, when I use this
 filter, Paraview atributtes new id's to the nodes. I would like to maintain
 the original numbers ! 
 Does anybody know how to solve this problem ? I thought that I might store
 the point's memory address so that I can walk through the pipeline later
 and recover the id, but I don't think Paraview maintain these addresses
 either. 
 Thanks in advance.
  
 Rafael March.



-- 
Dominik Szczerba, Ph.D.
Computational Physics Group
Foundation for Research on Information Technologies in Society
http://www.itis.ethz.ch
___
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] displaying a set of colored points

2008-09-15 Thread Judith (Devaney) Terrill
What is the simplest way to display a set of colored points. I tried to 
do it with vrml 2


#VRML V2.0 utf8

Shape{
   geometry PointSet {
 coord Coordinate {point [
0.0 0.0 0.0
1.0 0.0 0.0
0.0 1.0 0.0
0.0 0.0 1.0
 ]}
 color Color {color [
 1.0 1.0 1.0
 1.0 0.0 0.0
 0.0 1.0 0.0
 0.0 0.0 1.0
 ]}}
}


It displayed the locations but not the colors

thanks
Judy
begin:vcard
fn:Dr. Judith (Devaney) Terrill
n:(Devaney) Terrill;Dr. Judith
org:NIST;http://math.nist.gov/mcsd/savg
adr:;;100 Bureau Dr, MS 8911;Gaithersburg;MD;20899;US
email;internet:[EMAIL PROTECTED]
title:Leader, Scientific Applications and Visualization Group
tel;work:301-975-2882
tel;fax:301-975-3218
url:http://math.nist.gov/mcsd/savg
version:2.1
end:vcard

___
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Relocatable plugins on ParaView CVS for Mac?

2008-09-15 Thread Mike Jackson
Nothing to really report at this time although I am looking into it.  
If you something sooner rather than later we may need to help you  
through some custom code. Note that the solution being worked on will  
_require_ cmake 2.6.2 at least.



---
Mike Jackson - Principal Software Engineer
www.bluequartz.net




On Sep 15, 2008, at 1:19 PM, Samuel Crow wrote:


Any news on this?


--- On Tue, 9/9/08, Mike Jackson [EMAIL PROTECTED] wrote:


From: Mike Jackson [EMAIL PROTECTED]
Subject: Re: [Paraview] Relocatable plugins on ParaView CVS for Mac?
To: ParaView paraview@paraview.org
Date: Tuesday, September 9, 2008, 2:03 PM
BTW, I am working through the OS X ParaView app bundle
building script
trying different ideas to see what might be able to work.
Hard part
for me is that I do not have access to a reasonably fast
10.4 machine.
(1.25Ghz G4 Mini is just painful). I am building on OS X
10.5.4
currently for my testing.

I have a batch of changes already that I will probably
submit as a bug
report. Mainly just organizing the paraview.app bundle a
bit more to
Apple's standards.

---
Mike Jackson - Principal Software Engineer
www.bluequartz.net


On Sep 9, 2008, at 9:55 AM, Samuel Crow wrote:


Thanks for the link!


--- On Mon, 9/8/08, Mike Jackson

[EMAIL PROTECTED] wrote:



From: Mike Jackson

[EMAIL PROTECTED]

Subject: Re: [Paraview] Relocatable plugins on

ParaView CVS for Mac?

To: ParaView

paraview@paraview.org

Date: Monday, September 8, 2008, 8:08 PM
This post pretty much explains everything. BUT the

solution

used is OS
10.5 ONLY as it would seem so those with 10.4 may

be stuck.




http://www.codeshorts.ca/2007/nov/01/leopard-linking-making-relocatable-libraries-movin


Just depends how far back in OS X the ParaView

developers

want to
support. 10.4 support is pretty reasonable, at

least if

they are going
to release by the end of the year.

_
| Mike Jackson - Principal Software Engineer

|

| BlueQuartz Software

|

| [EMAIL PROTECTED]

|

| www.bluequartz.net

|



---


On Sep 8, 2008, at 1:25 PM, [EMAIL PROTECTED]

wrote:




Would it work to strip all the

@executable_path's

out, and fix the

id of it,
so you get something like this:

libLabReaderGUIPlugin.dylib:
 libLabReaderGUIPlugin.dylib

(compatibility

version 0.0.0,

current
version 0.0.0)
 libpqComponents.dylib (compatibility

version

0.0.0, current

version
0.0.0)
 libpqCore.dylib (compatibility version

0.0.0,

current version

0.0.0)
 libQtChart.dylib (compatibility version

0.0.0,

current

version 0.0.0)
 libQtTesting.dylib (compatibility

version

0.0.0, current

version
0.0.0)
 libpqWidgets.dylib (compatibility

version

0.0.0, current

version
0.0.0)


QtAssistant.framework/Versions/4/QtAssistant

(compatibility

version
4.3.0, current version 4.3.5)
.. and so on.

With just library names, doesn't the Mac

loader

use the ones that

are already
loaded?
An exception to removing absolute paths might

be if

the plugin

depends on
something that paraview doesn't depend on.

Clint

On Monday 08 September 2008 11:14:32 am Samuel

Crow

wrote:

Hello,

The plugins are in

paraview.app/Contents/MacOS/plugins/ and the

output for
otool -L is as follows:

libLabReaderGUIPlugin.dylib:




@executable_path/plugins/libLabReaderGUIPlugin.dylib

(compatibility

version 0.0.0, current version 0.0.0)
@executable_path/libpqComponents.dylib

(compatibility version 0.0.0,

current version 0.0.0)

@executable_path/libpqCore.dylib

(compatibility
version 0.0.0, current version 0.0.0)

@executable_path/

libQtChart.dylib
(compatibility version 0.0.0, current

version

0.0.0)

@executable_path/libQtTesting.dylib

(compatibility

version 0.0.0,

current
version 0.0.0)

@executable_path/libpqWidgets.dylib

(compatibility

version
0.0.0, current version 0.0.0)

@executable_path/libQVTK.pv3.3.dylib

(compatibility version 0.0.0, current

version

0.0.0)



@executable_path/libvtkPVServerManager.dylib

(compatibility version

0.0.0,
current version 0.0.0)

QtAssistant.framework/Versions/4/QtAssistant

(compatibility version 4.3.0, current

version

4.3.5)

QtNetwork.framework/Versions/4/QtNetwork

(compatibility version

4.3.0,
current version 4.3.5)

@executable_path/libvtkPVFiltersCS.dylib

(compatibility version 0.0.0, current

version

0.0.0)

@executable_path/libvtkPVFilters.dylib

(compatibility version 0.0.0,

current version 0.0.0)

@executable_path/libvtkPVServerCommonCS.dylib

(compatibility version 0.0.0, current

version

0.0.0)



@executable_path/libvtkPVServerCommon.dylib

(compatibility version

0.0.0,
current version 0.0.0)

@executable_path/libvtkInfovisCS.dylib

(compatibility version 0.0.0, current

version

0.0.0)

QtGui.framework/Versions/4/QtGui

(compatibility

version 4.3.0,

current
version 4.3.5)

QtSql.framework/Versions/4/QtSql

(compatibility

version
4.3.0, current version 4.3.5)