[vtkusers] How to use vtkMath functions in ActiViz.NET for data of type double?

Mark DeArman mark at cascadeacoustic.com
Sat Nov 11 00:21:13 EST 2017


The wiki guide was what I followed when I built version 6.3 and initially 
patched mummy.  I just deleted the binaries from OneDrive a few days ago 
after I moved 7.1.1 into github.  
  
 You should be able to follow the wiki guide using the repos from my 
github.  If you use the kitware repos you will have to apply some of the 
patches, which you can get from my github commits. There are only a couple 
changes to make.  I noted which ones had to do with the fact I was building 
with Intel C++.  
  
 You can also just download my gcc-xml, mummy binaries and skip a lot of 
the wiki guide.
 You still will need VS2008 installed to build the wrappers.
  
 I built with Visual Studio 2013, Visual Studio 2008, and ICC 2016.
 For activiz, the relevant (depending on your build environment) variables 
are going to be:
  
 CMAKE_GENERATOR_TOOLSET:INTERNAL=Intel C++ Compiler 16.0
  
 //CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=C:/Program Files 
(x86)/IntelSWTools/compilers_and_libraries/windows/bin/ia32/icl.exe
  
 //C compiler.
CMAKE_C_COMPILER:FILEPATH=C:/Program Files 
(x86)/IntelSWTools/compilers_and_libraries/windows/bin/ia32/icl.exe
  
  //Path to a file.
MSVC_REDIST_DIR:PATH=C:/Program Files (x86)/Microsoft Visual Studio 
12.0/VC/redist
  
 //The directory containing a CMake configuration file for Mummy.
Mummy_DIR:PATH=J:/GitHub/dearman/mummy-build/share/mummy-1.0.3
  
 //The directory containing a CMake configuration file for VTK.
VTK_DIR:PATH=J:/GitHub/dearman/VTK-build
  
 //Path to a program.
csc_EXECUTABLE:FILEPATH=C:/Windows/Microsoft.NET/Framework/v4.0.30319/csc.ex
e
  
 //Path to a program.
gccxml_EXECUTABLE:FILEPATH=J:/Tools/gccxml/bin/gccxml.exe
 gccxml_compiler:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio 
9.0/VC/bin/cl.exe
  
 //Path to a program.
mono_EXECUTABLE:FILEPATH=mono_EXECUTABLE-NOTFOUND
  
 //FILEPATH to mummy.exe
mummy_EXECUTABLE:FILEPATH=J:/GitHub/dearman/mummy-build/bin/Debug/mummy. 

     
 Feel free to ask if you have any other questions, I will help if I can.

   
 Mark DeArman
 Cascade Acoustic Research
 http://www.cascadeacoustic.com
 (253) 200-5353

  

----------------------------------------
 From: "csumushu" <csumushu at 126.com>
Sent: Friday, November 10, 2017 5:06 PM
To: vtkusers at vtk.org
Subject: Re: [vtkusers] How to use vtkMath functions in ActiViz.NET for 
data of type double?   
Got it, you made it clear.
BTW, I still don't know the way to build ActiViz 7.1. Is your method
similar to this one?
https://www.vtk.org/Wiki/VTK/CSharp/ActiViz/Build#Visual_Studio_2005_or_2008
_.28gccxml_does_not_yet_work_with_Visual_Studio_2010.29
<https://www.vtk.org/Wiki/VTK/CSharp/ActiViz/Build#Visual_Studio_2005_or_200
8_.28gccxml_does_not_yet_work_with_Visual_Studio_2010.29>

Do you have any relevant references?

Then I tried to build ActiViz 6.3, and I found that the patched 
activiz.net
and mummy source (uploaded by you) were delete
https://onedrive.live.com/redir?resid=C21891647818579A!108957&authkey=!ADS9V
LyqTef24FY&ithint=folder%2c

I am a newcomer to C# and VTK, and I hope I did not ask too much.Thank you
again.

--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
_______________________________________________
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 VTK FAQ at: 
http://www.vtk.org/Wiki/VTK_FAQ

Search the list archives at: http://markmail.org/search/?q=vtkusers

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/vtkusers
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20171110/b4625257/attachment.html>


More information about the vtkusers mailing list