Ignore:
Timestamp:
Apr 2, 2013 8:02:50 PM (11 years ago)
Author:
ldelgass
Message:

Use nv namespace for classes in nanovis rather than prefixing class names with
Nv (still need to convert shader classes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/Flow.h

    r3597 r3611  
    2525#include "FlowParticles.h"
    2626#include "FlowBox.h"
    27 #include "NvLIC.h"
    28 #include "NvParticleRenderer.h"
     27#include "LIC.h"
    2928#include "Unirect.h"
    3029#include "Volume.h"
    3130#include "TransferFunction.h"
     31
     32namespace nv {
    3233
    3334struct FlowValues {
     
    253254};
    254255
     256}
     257
    255258#endif
Note: See TracChangeset for help on using the changeset viewer.