From info-volumizer-owner@els.sgi.com Mon Sep  1 03:54:59 2003
Received: (from majordom@localhost)
	by els.sgi.com (8.12.9/8.12.2/els-2.2) id h81AqxAY4557097;
	Mon, 1 Sep 2003 03:52:59 -0700 (PDT)
Received: from mrcoffee.engr.sgi.com (mrcoffee.engr.sgi.com [192.102.96.154])
	by els.sgi.com (8.12.9/8.12.2/els-2.2) with ESMTP id h818tYQd4539605
	for <info-volumizer@els.sgi.com>; Mon, 1 Sep 2003 01:55:35 -0700 (PDT)
Received: from mrcoffee.engr.sgi.com (localhost [127.0.0.1])
	by mrcoffee.engr.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id h818s6K4119956
	for <info-volumizer@els.sgi.com>; Mon, 1 Sep 2003 01:54:06 -0700 (PDT)
Received: from localhost (praveenb@localhost)
	by mrcoffee.engr.sgi.com (SGI-8.12.5/8.12.5/Submit) with ESMTP id h818rtda119939
	for <info-volumizer@els.sgi.com>; Mon, 1 Sep 2003 01:54:05 -0700 (PDT)
Date: Mon, 1 Sep 2003 01:53:55 -0700
From: Praveen Bhaniramka <praveenb@mrcoffee.engr.sgi.com>
To: "'info-volumizer@els.sgi.com'" <info-volumizer@els.sgi.com>
Subject: Re: [info-volumizer] volumizer data refresh
In-Reply-To: <200308291126.29323.pivan@bio.dist.unige.it>
Message-ID: <Pine.SGI.4.56.0309010146570.119091@mrcoffee.engr.sgi.com>
References: <200308291126.29323.pivan@bio.dist.unige.it>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-info-volumizer@els.sgi.com
Precedence: bulk
Reply-To: info-volumizer@els.sgi.com

Hi Ivan,

You do not need to destroy the complete shape description everytime you
need to modify the input images. You should change only the volumetric
data set by using the vzParameterVolumeTexture::setDataPtr() method. Volumizer will internally mark the data set as "dirty" and the new data set
provided by the application will be loaded the next time the volume data
set is rendered.

Did I understand and answer your question correctly?

Cheers,
Praveen

On Fri, 29 Aug 2003, Ivan Porro wrote:

> Hi,
>
> I've an application that build a Qt window to display a 3d dataset. But
> sometime one need to change the images from which the dataset is built
> (filtering) and then re-initialize volumizer and re-display the window. Is
> there a "window->refresh" like function or I have to destroy the instance and
> rebuild it?
>
> thanks in advance
>
> Ivan
> --
> _________________________________
>         www.bio.dist.unige.it/~pivan
> _________________________________
> A bus station is where a bus stops.
> A train station is where a train stops.
> On your desk, you have a workstation...
>
>

-- 
-----------------------------------------------------------------
Praveen Bhaniramka               Member of Technical Staff (MTS)
praveenb@sgi.com                 Advanced Graphics Division
+91-98991-15641                  Silicon Graphics, Inc.
-----------------------------------------------------------------

From info-volumizer-owner@els.sgi.com Mon Sep  1 06:27:17 2003
Received: (from majordom@localhost)
	by els.sgi.com (8.12.9/8.12.2/els-2.2) id h81DQWoC4554178;
	Mon, 1 Sep 2003 06:26:32 -0700 (PDT)
Received: from micaela.bio.dist.unige.it (micaela.bio.dist.unige.it [130.251.10.15])
	by els.sgi.com (8.12.9/8.12.2/els-2.2) with ESMTP id h81D5OQd4570276
	for <info-volumizer@els.sgi.com>; Mon, 1 Sep 2003 06:05:26 -0700 (PDT)
Received: from dafne (dafne.bio.dist.unige.it [130.251.10.12])
	by micaela.bio.dist.unige.it (Postfix) with ESMTP id 26F8F23F57
	for <info-volumizer@els.sgi.com>; Mon,  1 Sep 2003 14:56:37 +0200 (CEST)
Content-Type: text/plain;
  charset="iso-8859-1"
From: Ivan Porro <pivan@bio.dist.unige.it>
Organization: Biolab - DIST
To: info-volumizer@els.sgi.com
Subject: Re: [info-volumizer] volumizer data refresh
Date: Mon, 1 Sep 2003 15:05:18 +0200
User-Agent: KMail/1.4.3
References: <200308291126.29323.pivan@bio.dist.unige.it> <Pine.SGI.4.56.0309010146570.119091@mrcoffee.engr.sgi.com>
In-Reply-To: <Pine.SGI.4.56.0309010146570.119091@mrcoffee.engr.sgi.com>
MIME-Version: 1.0
Message-Id: <200309011505.18010.pivan@bio.dist.unige.it>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by els.sgi.com id h81D5QQd4542415
Sender: owner-info-volumizer@els.sgi.com
Precedence: bulk
Reply-To: info-volumizer@els.sgi.com

Hi,
I'think this is the answer I was looking for, I'll try asap!

thank you very much

ivan

At 10:53, luned́ 1 settembre 2003, Praveen Bhaniramka wrote:
> Hi Ivan,
>
> You do not need to destroy the complete shape description everytime you
> need to modify the input images. You should change only the volumetric
> data set by using the vzParameterVolumeTexture::setDataPtr() method.
> Volumizer will internally mark the data set as "dirty" and the new data set
> provided by the application will be loaded the next time the volume data
> set is rendered.
>
> Did I understand and answer your question correctly?
>
> Cheers,
> Praveen
>
> On Fri, 29 Aug 2003, Ivan Porro wrote:
> > Hi,
> >
> > I've an application that build a Qt window to display a 3d dataset. But
> > sometime one need to change the images from which the dataset is built
> > (filtering) and then re-initialize volumizer and re-display the window.
> > Is there a "window->refresh" like function or I have to destroy the
> > instance and rebuild it?
> >
> > thanks in advance
> >
> > Ivan
> > --
> > _________________________________
> >         www.bio.dist.unige.it/~pivan
> > _________________________________
> > A bus station is where a bus stops.
> > A train station is where a train stops.
> > On your desk, you have a workstation...

-- 
_________________________________
        www.bio.dist.unige.it/~pivan
_________________________________
A bus station is where a bus stops.
A train station is where a train stops.
On your desk, you have a workstation...


From info-volumizer-owner@els.sgi.com Thu Sep 11 06:39:00 2003
Received: (from majordom@localhost)
	by els.sgi.com (8.12.9/8.12.2/els-2.2) id h8BDZODs4907927;
	Thu, 11 Sep 2003 06:35:24 -0700 (PDT)
Received: from tolkor.sgi.com (tolkor.sgi.com [198.149.18.6])
	by els.sgi.com (8.12.9/8.12.2/els-2.2) with ESMTP id h8BB7TQd4894924
	for <info-volumizer@els.sgi.com>; Thu, 11 Sep 2003 04:07:29 -0700 (PDT)
Received: from ledzep.americas.sgi.com (ledzep.americas.sgi.com [192.48.203.134])
	by tolkor.sgi.com (8.12.9/8.12.9/linux-outbound_gateway-1.1) with ESMTP id h8BBMxss005895
	for <info-volumizer@els.sgi.com>; Thu, 11 Sep 2003 06:22:59 -0500
Received: from spindle.corp.sgi.com (spindle.corp.sgi.com [198.29.75.13])
	by ledzep.americas.sgi.com (8.12.9/8.12.9/generic_config-1.2) with ESMTP id h8BB5ilm11458584
	for <info-volumizer@els.sgi.com>; Thu, 11 Sep 2003 06:05:44 -0500 (CDT)
Received: from ledzep.americas.sgi.com (ledzep.americas.sgi.com [192.48.203.134])
	by spindle.corp.sgi.com (8.12.9/8.12.9/generic_config-1.2) with ESMTP id h8BB4Q09111917306
	for <info-volumizer@corp.sgi.com>; Thu, 11 Sep 2003 04:05:43 -0700 (PDT)
Received: from corsair.sgi.com (corsair.sgi.com [192.48.168.24])
	by ledzep.americas.sgi.com (8.12.9/8.12.9/generic_config-1.2) with ESMTP id h8BACalm11318969
	for <info-volumizer@corp.sgi.com>; Thu, 11 Sep 2003 05:12:36 -0500 (CDT)
Received: from corsair.sgi.com (localhost [127.0.0.1])
	by corsair.sgi.com (8.12.9/8.12.9/freebsd-sendmail_sa_midwest-2.1) with ESMTP id h8BAC16o020723
	for <info-volumizer@corp.sgi.com>; Thu, 11 Sep 2003 03:12:36 -0700 (PDT)
Received: from vimg1.rdg.ac.uk (vimg1.rdg.ac.uk [134.225.1.81])
	by corsair.sgi.com (8.12.9/8.12.9/freebsd-nospam-3.3) with ESMTP id h8BAAoYF020327
	for <info-volumizer@corp.sgi.com>; Thu, 11 Sep 2003 03:10:51 -0700 (PDT)
Received: from vimp2.rdg.ac.uk ([134.225.16.91])
	by vimg1.rdg.ac.uk (Exim: gateway)
	with esmtp id 19xOPZ-0004sx-00
	for info-volumizer@corp.sgi.com; Thu, 11 Sep 2003 11:10:49 +0100
Received: from vimh1.rdg.ac.uk ([134.225.16.83])
	by vimp2.rdg.ac.uk (Exim: virusscanner)
	with esmtp id 19xOPT-0004Ky-00
	for info-volumizer@corp.sgi.com; Thu, 11 Sep 2003 11:10:43 +0100
Received: from vimb2.rdg.ac.uk ([134.225.1.43])
	by vimh1.rdg.ac.uk (Exim: host)
	with esmtp id 19xOPT-0003pR-00
	for info-volumizer@corp.sgi.com; Thu, 11 Sep 2003 11:10:43 +0100
Received: from localhost.localdomain ([127.0.0.1] helo=rdg.ac.uk)
	by vimb2.rdg.ac.uk (Exim: forwarder)
	with esmtp id 19xOPT-0003pc-00
	for info-volumizer@corp.sgi.com; Thu, 11 Sep 2003 11:10:43 +0100
User-Agent: IMHO/0.98.3 (Webmail for Roxen)
To: info-volumizer@corp.sgi.com
Content-Transfer-Encoding: 8bit
X-Originating-IP: [134.225.56.20]
From: <a.h.al-khalifah@reading.ac.uk>
Subject: [info-volumizer] Volumizer examples
MIME-Version: 1.0
Date: Thu, 11 Sep 2003 11:10:42 +0100
Content-Type: text/plain; charset=iso-8859-1
Message-Id: <E19xOPT-0003pc-00@vimb2.rdg.ac.uk>
X-Scanner: exiscan *19xOPT-0004Ky-00*.SYREGkFyFc* (The University of Reading)
X-Spam-Status: No, hits=-0.3 required=6.7
	tests=BAYES_01,NO_REAL_NAME,OPT_HEADER,USER_AGENT
	version=2.55
X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp)
Sender: owner-info-volumizer@els.sgi.com
Precedence: bulk
Reply-To: info-volumizer@els.sgi.com

Dear SGI
I have been trying to run volumizer/Inventor demos in particular voivViewer
using "Head.iv" from Volumizer2 data directory because I don't have the
"simple.iv", but Inventor displays nothing on the screen, although it
compiles ok and no errors present. Can you please tell me what is going
worong and how to rectify it.
Many thanks and your help is highly appreciated.

A khalifah

From info-volumizer-owner@els.sgi.com Mon Sep 15 04:25:19 2003
Received: (from majordom@localhost)
	by els.sgi.com (8.12.9/8.12.2/els-2.2) id h8FBNtJh5037130;
	Mon, 15 Sep 2003 04:23:55 -0700 (PDT)
Received: from mrcoffee.engr.sgi.com (mrcoffee.engr.sgi.com [192.102.96.154])
	by els.sgi.com (8.12.9/8.12.2/els-2.2) with ESMTP id h8C9ToQd4963903
	for <info-volumizer@els.sgi.com>; Fri, 12 Sep 2003 02:29:51 -0700 (PDT)
Received: from mrcoffee.engr.sgi.com (localhost [127.0.0.1])
	by mrcoffee.engr.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id h8C9RrK4164953
	for <info-volumizer@els.sgi.com>; Fri, 12 Sep 2003 02:27:53 -0700 (PDT)
Received: from localhost (praveenb@localhost)
	by mrcoffee.engr.sgi.com (SGI-8.12.5/8.12.5/Submit) with ESMTP id h8C9RXgf164937
	for <info-volumizer@els.sgi.com>; Fri, 12 Sep 2003 02:27:53 -0700 (PDT)
Date: Fri, 12 Sep 2003 02:27:33 -0700
From: Praveen Bhaniramka <praveenb@mrcoffee.engr.sgi.com>
To: info-volumizer@els.sgi.com
Subject: Re: [info-volumizer] Volumizer examples
In-Reply-To: <E19xOPT-0003pc-00@vimb2.rdg.ac.uk>
Message-ID: <Pine.SGI.4.56.0309110727560.160731@mrcoffee.engr.sgi.com>
References: <E19xOPT-0003pc-00@vimb2.rdg.ac.uk>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-info-volumizer@els.sgi.com
Precedence: bulk
Reply-To: info-volumizer@els.sgi.com

Hello,

Volumizer 1.x and Volumizer 2.x are not compatible with each other. The
Volumizer/Inventor node, SoVolumeShape, was re-implemented for 2.x and the
source code for the node ships under
/usr/share/Volumizer2/src/lib/Inventor. There is also a sample viewer
application which demonstrates the use of this node under
/usr/share/Volumizer2/src/apps/Inventor.

You should be able to load the Volumizer2 Inventor data sets using the new
sample applications.

Have fun,
Praveen

On Thu, 11 Sep 2003 a.h.al-khalifah@reading.ac.uk wrote:

> Dear SGI
> I have been trying to run volumizer/Inventor demos in particular voivViewer
> using "Head.iv" from Volumizer2 data directory because I don't have the
> "simple.iv", but Inventor displays nothing on the screen, although it
> compiles ok and no errors present. Can you please tell me what is going
> worong and how to rectify it.
> Many thanks and your help is highly appreciated.
>
> A khalifah
>

-- 
-----------------------------------------------------------------
Praveen Bhaniramka               Member of Technical Staff (MTS)
praveenb@sgi.com                 Advanced Graphics Division
+91-98991-15641                  Silicon Graphics, Inc.
-----------------------------------------------------------------

From info-volumizer-owner@els.sgi.com Tue Sep 23 21:20:51 2003
Received: (from majordom@localhost)
	by els.sgi.com (8.12.9/8.12.2/els-2.2) id h8O4Jojf5404955;
	Tue, 23 Sep 2003 21:19:50 -0700 (PDT)
Received: from smtp011.mail.yahoo.com (smtp011.mail.yahoo.com [216.136.173.31])
	by els.sgi.com (8.12.9/8.12.2/els-2.2) with SMTP id h8NIBuQd5442525
	for <info-volumizer@els.sgi.com>; Tue, 23 Sep 2003 11:11:57 -0700 (PDT)
Received: from 200-207-5-147.speedyterra.com.br (HELO yahoo.com.br) (wsalles2003@200.207.5.147 with plain)
  by smtp.mail.vip.sc5.yahoo.com with SMTP; 23 Sep 2003 17:38:06 -0000
Message-ID: <3F708FCE.8010709@yahoo.com.br>
Date: Tue, 23 Sep 2003 15:24:14 -0300
From: Wagner Sales <wsalles2003@yahoo.com.br>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: info-volumizer@els.sgi.com
Subject: [info-volumizer] Volumizer on Linux - Some status?
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Sender: owner-info-volumizer@els.sgi.com
Precedence: bulk
Reply-To: info-volumizer@els.sgi.com

Hi,

I was looked by a version of Volumizer ported to linux, but, at this 
list, some messages was explained about now here's no version ported.
However, some guys has been apreciated the port, but no more comments 
after are found. Have now a plain to port? Or the discussion was stoped 
with the end of thread?

thks

Wagner


