Ignore:
Timestamp:
Mar 7, 2008, 4:52:41 PM (17 years ago)
Author:
dkearney
Message:

adding new Rappture::DX class which interacts with libdx to produce positions and data as read from the dx file. moved some common functions needed by open dx and nanovis dx to the dxReaderCommon header file. this version allows the user to visualize some dx files from abinit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/vizservers/nanovis/Makefile.in

    r915 r931  
    114114        RenderVertexArray.o \
    115115        Renderable.o \
     116        RpDX.o \
    116117        ScreenSnapper.o \
    117118        Socket.o \
     
    132133        dxReader.o \
    133134        dxReader2.o \
    134         nanovis.o
     135        dxReaderCommon.o \
     136        nanovis.o
    135137
    136138
     
    179181dxReader2.o: $(srcdir)/dxReader2.cpp
    180182        $(CC) -c $(CC_SWITCHES) $(DX_INC_SPEC) $?
     183RpDX.o: $(srcdir)/RpDX.cpp
     184        $(CC) -c $(CC_SWITCHES) $(DX_INC_SPEC) $?
     185
    181186ColorGradient.o: transfer-function/ColorGradient.cpp
    182187        $(CC) $(CC_SWITCHES) -o $@ -c $<
Note: See TracChangeset for help on using the changeset viewer.