Sponsored Content
Operating Systems OS X (Apple) error in locking .Xauthority file Post 302519202 by mhatrey on Tuesday 3rd of May 2011 10:09:33 AM
Old 05-03-2011
-bump-

Thanks DGPickett .. but it doesnt works Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

ftp file locking

I have a set of scripts to do software releases to remote machines which uses ftp. I'm having a problem getting 'lost connection' messages. What I wanted to ask is, does ftp employ some sort of file locking if two ftp processes are trying to copy the same file at the same time? & if so could... (2 Replies)
Discussion started by: Kevin Pryke
2 Replies

2. UNIX for Dummies Questions & Answers

file locking question

Hi, Simple question but I just need to confirm the answer: If two or more processes attempt to move the same file at exactly the same time, will unix internal file locking allow only one of the processes to access the file? Many thanks Helen :) (2 Replies)
Discussion started by: Bab00shka
2 Replies

3. UNIX for Dummies Questions & Answers

File Locking in Unix

Hi I would like to lock a file using korn Shell Script before coping the contents of the file. Do let me know Thanks in Advance. Senone (3 Replies)
Discussion started by: senone
3 Replies

4. UNIX for Advanced & Expert Users

File Locking

Hi, Does anyone know what happens when two processes are simultaneously trying to write to a single file in UNIX (AIX)? Cheers (1 Reply)
Discussion started by: penfold
1 Replies

5. UNIX for Dummies Questions & Answers

Locking a file in ksh

We want to lock a file, during a program(pgm1) execution(until the execution of the program is completed), so that other program(pgm2) can't read/edit that file, until execution of earlier program(pgm1) is completed. How can this be achieved thru shell scripting... we tried chmod +l option, but... (1 Reply)
Discussion started by: thanuman
1 Replies

6. AIX

Logins hang updating .Xauthority file

Folks, I am having a minor problem on a new AIX install. I have AIX installed in and LPAR on a p550 and everything works fine with the exception of users who log in with ssh. It seems that when a user has X11 forwarding enabled in their ssh client and they connect to the server, logins hang.... (3 Replies)
Discussion started by: crothecker
3 Replies

7. UNIX Benchmarks

ocs_vtsup: error locking odm database

Someone know something about this error ? We have 5.2 and HACMP Cluster. (1 Reply)
Discussion started by: hjara
1 Replies

8. UNIX for Dummies Questions & Answers

file locking

how do i implement file locking in unix? example if i want to update a file, i would like to use file locking. how do i implement it? i am using shell script thanks (3 Replies)
Discussion started by: yang
3 Replies

9. UNIX for Dummies Questions & Answers

how to do file locking?

how to ensure all files are being locked while updateing some files? example when i want to update the password and shadow file in unix. how do i implement file locking?? please advice thanks (2 Replies)
Discussion started by: yang
2 Replies

10. UNIX for Advanced & Expert Users

File locking

i am working on a device runnin on linux....i have configured the samba server in the device such that my windows PC can access a shared folder in the device. Also in the device i am runnin some programs which access the files in this shared folder. What i want to know is whether there is any way i... (1 Reply)
Discussion started by: abhinx
1 Replies
SoBumpMapMatrixElement(3)					       Coin						 SoBumpMapMatrixElement(3)

NAME
SoBumpMapMatrixElement - The SoBumpMapMatrixElement class is used to manage the bump map matrix stack. The bump map matrix is used to transform bump map coordinates before being used to map bump maps onto polygons. SYNOPSIS
#include <Inventor/elements/SoBumpMapMatrixElement.h> Inherits SoAccumulatedElement. Public Member Functions virtual void init (SoState *state) virtual void push (SoState *state) Static Public Member Functions static SoType getClassTypeId (void) static int getClassStackIndex (void) static void * createInstance (void) static void initClass (void) static void makeIdentity (SoState *const state, SoNode *const node) static void set (SoState *const state, SoNode *const node, const SbMatrix &matrix) static void mult (SoState *const state, SoNode *const node, const SbMatrix &matrix) static void translateBy (SoState *const state, SoNode *const node, const SbVec3f &translation) static void rotateBy (SoState *const state, SoNode *const node, const SbRotation &rotation) static void scaleBy (SoState *const state, SoNode *const node, const SbVec3f &scaleFactor) static const SbMatrix & get (SoState *const state) Protected Member Functions virtual ~SoBumpMapMatrixElement () virtual void makeEltIdentity (void) virtual void setElt (const SbMatrix &matrix) virtual void multElt (const SbMatrix &matrix) virtual void translateEltBy (const SbVec3f &translation) virtual void rotateEltBy (const SbRotation &rotation) virtual void scaleEltBy (const SbVec3f &scaleFactor) virtual const SbMatrix & getElt (void) const Protected Attributes SbMatrix bumpMapMatrix Detailed Description The SoBumpMapMatrixElement class is used to manage the bump map matrix stack. The bump map matrix is used to transform bump map coordinates before being used to map bump maps onto polygons. Constructor &; Destructor Documentation SoBumpMapMatrixElement::~SoBumpMapMatrixElement (void) [protected], [virtual] The destructor. Member Function Documentation SoType SoBumpMapMatrixElement::getClassTypeId (void) [static] This static method returns the class type. Reimplemented from SoAccumulatedElement. int SoBumpMapMatrixElement::getClassStackIndex (void) [static] This static method returns the state stack index for the class. Reimplemented from SoAccumulatedElement. void * SoBumpMapMatrixElement::createInstance (void) [static] This API member is considered internal to the library, as it is not likely to be of interest to the application programmer. void SoBumpMapMatrixElement::initClass (void) [static] Initialize relevant common data for all instances, like the type system. Reimplemented from SoAccumulatedElement. void SoBumpMapMatrixElement::init (SoState *state) [virtual] This function initializes the element type in the given SoState. It is called for the first element of each enabled element type in SoState objects. Reimplemented from SoAccumulatedElement. void SoBumpMapMatrixElement::push (SoState *state) [virtual] This method is called every time a new element is required in one of the stacks. This happens when a writable element is requested, using SoState::getElement() or indirectly SoElement::getElement(), and the depth of the current element is less than the state depth. Override this method if your element needs to copy data from the previous top of stack. The push() method is called on the new element, and the previous element can be found using SoElement::getNextInStack(). Reimplemented from SoAccumulatedElement. void SoBumpMapMatrixElement::makeIdentity (SoState *conststate, SoNode *constnode) [static] Sets current texture matrix to identity. void SoBumpMapMatrixElement::set (SoState *conststate, SoNode *constnode, const SbMatrix &matrix) [static] Sets the current texture matrix to matrix. This method is an extension versus the Open Inventor API. void SoBumpMapMatrixElement::mult (SoState *conststate, SoNode *constnode, const SbMatrix &matrix) [static] Multiplies matrix into the current texture matrix. void SoBumpMapMatrixElement::translateBy (SoState *conststate, SoNode *constnode, const SbVec3f &translation) [static] Appends translation to the current texture matrix. void SoBumpMapMatrixElement::rotateBy (SoState *conststate, SoNode *constnode, const SbRotation &rotation) [static] Appends rotation to the current texture matrix. void SoBumpMapMatrixElement::scaleBy (SoState *conststate, SoNode *constnode, const SbVec3f &scaleFactor) [static] Appends scaleFactor to the current texture matrix. const SbMatrix & SoBumpMapMatrixElement::get (SoState *conststate) [static] Returns current texture matrix. void SoBumpMapMatrixElement::makeEltIdentity (void) [protected], [virtual] virtual method which is called from makeIdentity(). Sets element matrix to identity. void SoBumpMapMatrixElement::setElt (const SbMatrix &matrix) [protected], [virtual] virtual method which is called from set(). Sets the texture matrix to matrix. This method is an extension versus the Open Inventor API. void SoBumpMapMatrixElement::multElt (const SbMatrix &matrix) [protected], [virtual] virtual method which is called from mult(). Multiplies matrix into element matrix. void SoBumpMapMatrixElement::translateEltBy (const SbVec3f &translation) [protected], [virtual] virtual method which is called from translateBy(). Appends translation to the element matrix. void SoBumpMapMatrixElement::rotateEltBy (const SbRotation &rotation) [protected], [virtual] virtual method which is called from rotateBy(). Appends rotation to the element matrix. void SoBumpMapMatrixElement::scaleEltBy (const SbVec3f &scaleFactor) [protected], [virtual] virtual method which is called from scaleBy(). Append scaleFactor to the element matrix. const SbMatrix & SoBumpMapMatrixElement::getElt (void) const [protected], [virtual] Returns element matrix. Called from get(). Member Data Documentation SoBumpMapMatrixElement::bumpMapMatrix [protected] The matrix. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoBumpMapMatrixElement(3)
All times are GMT -4. The time now is 01:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy